Forums / Developer / extension cache

extension cache

Author Message

Georg Franz

Friday 18 July 2003 5:51:47 am

Hi,

as I wrote in a posting before, I am trying to create my first extension for eZ.

Everything is working fine, now I want to improve the speed. The template processings lasts over 10 seconds.

Can anybody tell me how to use the ez cache functions? Is there a documentation?

Thanx in advance!

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Georg Franz

Friday 18 July 2003 12:43:06 pm

Hm. I've found out, that there - might be - a bug in the extension translation system.

I've installed a site with two languages: german / english.

I've installed a small extension and created an extension translation.

In the pagelayout.tpl (and other templates), I use the i18n function to translate my strings, in the extension tpls I use the x18n function.

Sometimes (I don't know under which circumstances) the sites looses it's language information and the whole german site is shown in english. (Maybe it's a cache problem?)

The debug output says, that the "translation.ts" was not found. (I don't know if it means the normal translation.ts or the translation.ts of the extension)

Furthermore, the template creation lasted more than 10 seconds.

Now I've moved the translation of the extension to the normal translation.ts and only use the i18n function to translate the site.

The template load of the extension lasts 0.5 seconds, the translation problem doesn't occur anymore.

So - maybe - there is a bug in the extension translation? (which - furthermore - slow down the system?)

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

eZ debug

Timing: Jan 18 2025 15:06:43
Script start
Timing: Jan 18 2025 15:06:43
Module start 'content'
Timing: Jan 18 2025 15:06:43
Module end 'content'
Timing: Jan 18 2025 15:06:43
Script end

Main resources:

Total runtime0.1408 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.0055 587.5859180.8516
Module start 'content' 0.00550.0054 768.437593.8203
Module end 'content' 0.01090.1298 862.2578522.0859
Script end 0.1408  1,384.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00372.6018200.0002
Check MTime0.00141.0263200.0001
Mysql Total
Database connection0.00070.522010.0007
Mysqli_queries0.099370.49481410.0007
Looping result0.00110.80471390.0000
Template Total0.129491.910.1294
Template load0.00090.666710.0009
Template processing0.128491.212710.1284
Override
Cache load0.00070.476410.0007
Sytem overhead
Fetch class attribute can translate value0.00060.406210.0006
XML
Image XML parsing0.00020.174010.0002
General
dbfile0.00402.8120200.0002
String conversion0.00000.004130.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