Forums / Developer / runcrnjobs.php Mutex Stealing

runcrnjobs.php Mutex Stealing

Author Message

Emilien MIOSSEC

Tuesday 09 February 2010 2:52:30 am

Hello,
First, sorry for my bad english.
So, i want to run the script runcronjobs.php with this command ./runcronjobs.php in my var site location (/var/www/..../httpdocs)
But when i launch this script i had these errors :

 [root/httpdocs]# ./runcronjobs.php
Running cronjobs/unpublish.php
Forcing to steal the mutex lock: cronjobs/unpublish.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/rssimport.php
Forcing to steal the mutex lock: cronjobs/rssimport.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/indexcontent.php
Forcing to steal the mutex lock: cronjobs/indexcontent.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/hide.php
Forcing to steal the mutex lock: cronjobs/hide.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/subtreeexpirycleanup.php
Forcing to steal the mutex lock: cronjobs/subtreeexpirycleanup.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/internal_drafts_cleanup.php
Forcing to steal the mutex lock: cronjobs/internal_drafts_cleanup.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/unpublish.php
Forcing to steal the mutex lock: cronjobs/unpublish.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/rssimport.php
Forcing to steal the mutex lock: cronjobs/rssimport.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/indexcontent.php
Forcing to steal the mutex lock: cronjobs/indexcontent.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/hide.php
Forcing to steal the mutex lock: cronjobs/hide.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/subtreeexpirycleanup.php
Forcing to steal the mutex lock: cronjobs/subtreeexpirycleanup.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/internal_drafts_cleanup.php
Forcing to steal the mutex lock: cronjobs/internal_drafts_cleanup.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

Running cronjobs/workflow.php
Forcing to steal the mutex lock: cronjobs/workflow.php
Stealing mutex. Old process has run too long.
Failed to steal cronjob part lock.

So can you help me to run correctly this script.
For information, I erase all cache like :
./bin/php/ezcache.php --clear-all --purge
and I allow all neccesary files with chmod = 777
thanks for your help, i'm lost.

--------------------------------------------
Emilien MIOSSEC
Systalium - Developper
FRANCE (Dijon)
Systalium is eZ Silver Partner

Robin Muilwijk

Tuesday 09 February 2010 3:29:02 am

Hi Emilien,

Can you check your php settings if SAFE_MODE is set to ON? See a similar thread with cron and mutex problems here; http://share.ez.no/forums/general/solved-cron-error/(language)/eng-GB

Regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Emilien MIOSSEC

Tuesday 09 February 2010 5:41:37 am

Hi Robin,
I'm angry :-) , i don't know why my cronjob doesn't work.
My SAFE_MODE is disable, i read your link but nothing which i don't do.
When I launch program with option " -d" , i have this errors list:

 Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/307a6be0925aaab7fa12d2c13d66349d): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/307a6be0925aaab7fa12d2c13d66349d

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/307a6be0925aaab7fa12d2c13d66349d): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/307a6be0925aaab7fa12d2c13d66349d

Timing: ()
Script cronjobs/unpublish.php done

Timing: ()
Script cronjobs/rssimport.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/ff4e792cd163388f0bce555b72b38bcb

Timing: ()
Script cronjobs/rssimport.php done

Timing: ()
Script cronjobs/indexcontent.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/bf4ca18bc533cbd64c1ec7431cf77110

Timing: ()
Script cronjobs/indexcontent.php done

Timing: ()
Script cronjobs/hide.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/739775a011c378498119e744860f686e

Timing: ()
Script cronjobs/hide.php done

Timing: ()
Script cronjobs/subtreeexpirycleanup.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/4df785311bca12739420157272568b69

Timing: ()
Script cronjobs/subtreeexpirycleanup.php done

Timing: ()
Script cronjobs/internal_drafts_cleanup.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/d81b766758dcc03a55aef6e2a1bf1628

Timing: ()
Script cronjobs/internal_drafts_cleanup.php done

Timing: ()
Script cronjobs/workflow.php starting

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb

Warning: (PHP: E_WARNING)
fopen(): SAFE MODE Restriction in effect.  The script whose uid is 10003 is not allowed to access /var/www/vhosts/dev.mondomaine.com/httpdocs/var/ezflow_site/cache/ezmutex owned by uid 48 in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Warning: (PHP: E_WARNING)
fopen(var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb): failed to open stream: No such file or directory in /var/www/vhosts/dev.mondomaine.com/httpdocs/lib/ezutils/classes/ezmutex.php on line 70

Error: ()
Failed to open file: var/ezflow_site/cache/ezmutex/a1847e1bb5bf81edc3a166e3ee1847eb

Timing: ()
Script cronjobs/workflow.php done


Total script time: 0.3637 sec

Thanks, for your last answer and maybe your next answer,

Best regards,

--------------------------------------------
Emilien MIOSSEC
Systalium - Developper
FRANCE (Dijon)
Systalium is eZ Silver Partner

Robin Muilwijk

Tuesday 09 February 2010 6:06:43 am

Hi Emilien,

I have seen this before, although php info says SAFE_MODE is disabled, it actually is not. Can you have someone who is in charge of the server this is running on, check SAFE_MODE settings?

The debug output clearly points to a SAFE_MODE = ON problem. If that is not it, we need to look further.

Regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Emilien MIOSSEC

Tuesday 09 February 2010 7:40:49 am

Hi Robin,
Thanks for your contribution and help.
Indeed, the SAFE_MODE is not realy disable.
A little solution for another user who have this problem):
Edit => /etc/php.ini of my server (only if you have a dedicate server) and put safe_mode value to "off" because when you launch script manualy the value off safe_mode is the master value and not the current value of the domain.
Best regards and thanks much for your answer

--------------------------------------------
Emilien MIOSSEC
Systalium - Developper
FRANCE (Dijon)
Systalium is eZ Silver Partner

Robin Muilwijk

Tuesday 09 February 2010 10:33:07 am

Hi Emilien,

Does the above mean you solved it, and are your cronjobs working now?

Regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Emilien MIOSSEC

Wednesday 10 February 2010 12:18:24 am

Hi Robin,Yes! Now my cronjobs is working manualy.Best ragards

--------------------------------------------
Emilien MIOSSEC
Systalium - Developper
FRANCE (Dijon)
Systalium is eZ Silver Partner

eZ debug

Timing: Jan 17 2025 23:59:26
Script start
Timing: Jan 17 2025 23:59:26
Module start 'content'
Timing: Jan 17 2025 23:59:27
Module end 'content'
Timing: Jan 17 2025 23:59:27
Script end

Main resources:

Total runtime0.7674 sec
Peak memory usage4,096.0000 KB
Database Queries207

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 589.1406180.8359
Module start 'content' 0.00650.6322 769.9766656.4375
Module end 'content' 0.63870.1286 1,426.4141357.0625
Script end 0.7673  1,783.4766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00430.5596210.0002
Check MTime0.00150.1960210.0001
Mysql Total
Database connection0.00070.088210.0007
Mysqli_queries0.664286.55392070.0032
Looping result0.00250.32582050.0000
Template Total0.743396.920.3716
Template load0.00230.302520.0012
Template processing0.740996.552420.3705
Template load and register function0.00020.027910.0002
states
state_id_array0.00080.102610.0008
state_identifier_array0.00070.093520.0004
Override
Cache load0.00200.2664530.0000
Sytem overhead
Fetch class attribute can translate value0.00210.269130.0007
Fetch class attribute name0.00120.160190.0001
XML
Image XML parsing0.00310.399430.0010
class_abstraction
Instantiating content class attribute0.00000.0039140.0000
General
dbfile0.00600.7805340.0002
String conversion0.00000.000830.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
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
7content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 36
 Number of unique templates used: 9

Time used to render debug report: 0.0002 secs