How can I disable cache for included templates?

Author Message

Ted Striker

Monday 15 October 2007 4:38:06 am

Hi,

In the site I'm developing, I include some tpl files inside override templates, let's say:

File type: {include uri="design:includes/view_icons.tpl"}

Everything works as expected, but whenever I make any change to the included tpl, I have to clear all caches to see the changes. I have this setting on the <b>siteacess/{site_name}/site.ini.append.php</b> file:

[TemplateSettings]
Debug=enabled
ShowXHTMLCode=disabled
ShowUsedTemplates=disabled
TemplateCache=disabled

Is there any way to avoid these included templates to be cached? This would realy save me a lot of time when developing a site...

Thanks in advance!!!!

Can you feel it Mr. Anderson? Closing in on you? Oh I can, I really should thank you after all. It was, after all, it was your life that taught me the purpose of all life. Purpose of life is to end.

André R.

Monday 15 October 2007 5:33:07 am

This is because of the viewcache, just disable it while you develope the site.
Also remember to enable Template DevelopmentMode!

[TemplateSettings]
DevelopmentMode=enabled

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Ted Striker

Tuesday 16 October 2007 1:19:17 am

Thank you very much!!!

This settings works!!! Now I can see all changes in real time, I will disable thios setting in production server...

I wonder if there is a this kind osf setting list with use description somewhere in online documentation... will search a bit...

Thanks again!!!!

Can you feel it Mr. Anderson? Closing in on you? Oh I can, I really should thank you after all. It was, after all, it was your life that taught me the purpose of all life. Purpose of life is to end.

André R.

Tuesday 16 October 2007 2:22:04 am

This settings works!!! Now I can see all changes in real time, I will disable this setting in production server...

Disabling view_cache and template_cache (cache blocks) on production server is not recommended if thats what you meant. The reason is that performance will drop considerably.

Same with DevelopmentMode, if it is enabled eZ Publish will make a lot more stat (something you don't want in production) calls to filesystem to see if templates are modified.

So if you have cache issues, create a seperate thread to discuss a real soulution for it!

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Ted Striker

Tuesday 16 October 2007 2:48:38 am

Hi again,

I meant "enable" all cache settings in production server.. and not disable.. I just messed up...

Thanks again!!!

Can you feel it Mr. Anderson? Closing in on you? Oh I can, I really should thank you after all. It was, after all, it was your life that taught me the purpose of all life. Purpose of life is to end.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:03:50
Script start
Timing: Jan 18 2025 16:03:50
Module start 'layout'
Timing: Jan 18 2025 16:03:50
Module start 'content'
Timing: Jan 18 2025 16:03:52
Module end 'content'
Timing: Jan 18 2025 16:03:52
Script end

Main resources:

Total runtime1.4702 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 589.1641152.6406
Module start 'layout' 0.00510.0034 741.804739.4922
Module start 'content' 0.00861.4601 781.2969572.1094
Module end 'content' 1.46870.0015 1,353.406316.1250
Script end 1.4702  1,369.5313 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2425160.0002
Check MTime0.00150.1021160.0001
Mysql Total
Database connection0.00070.045310.0007
Mysqli_queries1.406895.6870630.0223
Looping result0.00060.0428610.0000
Template Total1.432597.420.7162
Template load0.00240.163020.0012
Template processing1.430197.271820.7150
Template load and register function0.00010.008010.0001
states
state_id_array0.00150.103710.0015
state_identifier_array0.00160.109020.0008
Override
Cache load0.00190.1295330.0001
Sytem overhead
Fetch class attribute can translate value0.00060.039820.0003
Fetch class attribute name0.00090.061770.0001
XML
Image XML parsing0.00090.062520.0005
class_abstraction
Instantiating content class attribute0.00000.0015100.0000
General
dbfile0.00100.0669230.0000
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs