How can I disable cache?

Author Message

Steven Stieng

Wednesday 09 June 2010 2:29:23 am

How can I turn off ALL caching?
I have the following code in my site.ini.append.php: 
[OverrideSettings]
Cache=disabled
 
What more is needed to turn off the caching? 

Steven Stieng

Wednesday 09 June 2010 6:33:58 am

After some more Googling, I finally found the answer (I think).

In site.ini.append.php file, you have to add the following:

[TemplateSettings]
DevelopmentMode=enabled

Lars Eirik R

Wednesday 09 June 2010 7:55:35 am

This is a good way to start with every project of yours: (site.ini.append.php)

### DEVELOPMENT ONLY ###
[MailSettings]
Transport=file
[DebugSettings]
DebugOutput=enabled
DebugRedirection=disabled
DebugToolbar=disabled
DebugByIP=disabled
DebugByUser=disabled
[TemplateSettings]
TemplateCompile=disabled
TemplateCache=disabled
DevelopmentMode=disabled
ShowUsedTemplates=enabled
Debug=disabled
ShowXHTMLCode=disabled
[ContentSettings]
ViewCaching=disabled
[DatabaseSettings]
SQLOutput=disabled

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 03:12:13
Script start
Timing: Jan 18 2025 03:12:13
Module start 'layout'
Timing: Jan 18 2025 03:12:13
Module start 'content'
Timing: Jan 18 2025 03:12:13
Module end 'content'
Timing: Jan 18 2025 03:12:13
Script end

Main resources:

Total runtime0.7777 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.0000152.6094
Module start 'layout' 0.00530.0034 741.609439.4141
Module start 'content' 0.00860.7674 781.0234504.4688
Module end 'content' 0.77600.0016 1,285.49228.1797
Script end 0.7776  1,293.6719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4327160.0002
Check MTime0.00140.1819160.0001
Mysql Total
Database connection0.00050.067610.0005
Mysqli_queries0.731794.0944570.0128
Looping result0.00050.0609550.0000
Template Total0.750496.520.3752
Template load0.00180.235220.0009
Template processing0.748596.255120.3743
Template load and register function0.00020.030710.0002
states
state_id_array0.00120.151410.0012
state_identifier_array0.00120.158920.0006
Override
Cache load0.00150.1928370.0000
Sytem overhead
Fetch class attribute can translate value0.00090.114320.0004
Fetch class attribute name0.00090.116040.0002
XML
Image XML parsing0.00060.078520.0003
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00100.1255160.0001
String conversion0.00000.001140.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs