Forums / Developer / caching

caching

Author Message

Jean-Luc Chassaing

Tuesday 09 August 2011 6:38:21 am

Ok so I think that's a big question but I'm actually seeking for the best way to turn that.

Well let's go. On my website front page I have a ajax call that loads many things about user prefs. This call performs a big bunch of PHP script on the server. I would like to cache this.

The question comes here can I use the eZCache and if so how can I do it  so that when cache is purged my cache files will also be purged.

Roman Hutterer

Tuesday 23 August 2011 6:42:18 am

hmm as i understand you want to use the cache mechanism of ez ?

if so why dont you parse a template file at your AJAX call ?
then ezpublish will have the control.

Gaetano Giunta

Tuesday 23 August 2011 7:15:52 am

Using a template for ajax responses is a good idea as long as the data you are showing is coming from a node - because you will benefit of view caching out of the box.

If the data is mixed (coming from different parts of the database), you have to do different things:

- if you are using a "proxy" node to display it, you will have to reset the view cache using the set-block template function to eg. only last five minutes

- if you are using a system template for a custom view of yours, you will need to use the cache-block template function instead, as there is no view cache in action

 

If otoh you want to manipulate caches in php code, you can look up how it is done eg. here: http://svn.projects.ez.no/ggsysinfo/modules/sysinfo/storagechurn.php. You also need to declare your cache in site.ini (eg: http://svn.projects.ez.no/ggsysinfo/settings/site.ini.append.php)

There should be a nice tutorial around from Bertrand Dunogier on this topic, but I cannot find it at the moment - maybe it's in some conference slide set...

Principal Consultant International Business
Member of the Community Project Board

Jerome Despatis

Wednesday 24 August 2011 4:01:05 am

I'm also interested in this resource!

eZ debug

Timing: Jan 17 2025 21:00:25
Script start
Timing: Jan 17 2025 21:00:25
Module start 'content'
Timing: Jan 17 2025 21:00:25
Module end 'content'
Timing: Jan 17 2025 21:00:25
Script end

Main resources:

Total runtime0.1315 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0086 597.2969180.8672
Module start 'content' 0.00860.0063 778.164199.5703
Module end 'content' 0.01490.1165 877.7344522.1797
Script end 0.1314  1,399.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00372.8188200.0002
Check MTime0.00141.0907200.0001
Mysql Total
Database connection0.00141.065110.0014
Mysqli_queries0.086665.84021410.0006
Looping result0.00110.84891390.0000
Template Total0.116188.310.1161
Template load0.00110.844710.0011
Template processing0.115087.431010.1150
Override
Cache load0.00070.532210.0007
Sytem overhead
Fetch class attribute can translate value0.00080.644810.0008
XML
Image XML parsing0.00040.302010.0004
General
dbfile0.00312.3229200.0002
String conversion0.00000.005830.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs