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 29 2025 16:34:56
Script start
Timing: Jan 29 2025 16:34:56
Module start 'content'
Timing: Jan 29 2025 16:34:56
Module end 'content'
Timing: Jan 29 2025 16:34:56
Script end

Main resources:

Total runtime0.1414 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.0058 590.6875180.8594
Module start 'content' 0.00580.0066 771.546997.9219
Module end 'content' 0.01240.1289 869.4688521.9453
Script end 0.1414  1,391.4141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00322.2642200.0002
Check MTime0.00130.9056200.0001
Mysql Total
Database connection0.00080.533010.0008
Mysqli_queries0.098569.66081410.0007
Looping result0.00090.65851390.0000
Template Total0.128690.910.1286
Template load0.00080.544510.0008
Template processing0.127990.402410.1279
Override
Cache load0.00050.359910.0005
Sytem overhead
Fetch class attribute can translate value0.00090.631510.0009
XML
Image XML parsing0.00030.209910.0003
General
dbfile0.00825.8073200.0004
String conversion0.00000.003730.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.0001 secs