Path

ez.no / ezpublish / documentation / configuration / optimization / disabling the cache


Disabling the cache

These documentation pages are no longer maintained. Please visit the new documentation site.

If you do not have the site.ini files in settings/override you should create settings/override/site.ini.append and insert the following:

[ContentSettings]

ViewCaching=disabled

You may want also disable template cache

[TemplateSettings]

TemplateCache=disabled

and override cache

[OverrideSettings]

Cache=disabled

Alternative way to disable view cache

Remove the cache files in var/cache and change the permission of the var/cache folder to 000 with:

chmod 000 var/cache

Comments

Is disabling cache supposted to be an "optimization"

The subject says it all, doesn't this belong somewhere else?

Contents

Configuration

Configuration
Security
Optimization
    PHP Acceleration
    Disabling the cache
    Configuration tuning
    Caching for improved speed
    Speeding up acrobat pdf document inde...
Backup & Restore
Troubleshooting


Created

09/04/2003
7:05:40 pm
by Paul Borgermans

Last updated

01/01/2004
10:08:10 pm
by Björn Dieding@xrow.de

Authors

Paul Borgermans
Jan Borsodi
Bård Farstad
Dariusz Wlodarczyk
Björn Dieding@xrow.de



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.