Forums / Setup & design / How can I disable cache for included templates?

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.