problem when regenerate the static cache

Author Message

Bin LIU

Tuesday 15 May 2007 6:44:19 am

It is My config ez3.9.2 below:

In Site.ini

[ContentSettings]
ViewCaching=disabled
TranslationList=eng-US
StaticCache=enabled

In Staticcache.ini

[CacheSettings]
HostName=localhost:555
StaticStorageDir=static
MaxCacheDepth=3

CachedURLArray[]=/*

CachedSiteAccesses[]
CachedSiteAccesses[]=fre
CachedSiteAccesses[]=eng

AlwaysUpdateArray[]
AlwaysUpdateArray[]=/

In Viewcache.ini

[ViewCacheSettings]
SmartCacheClear=enabled
MaxOffset=3

My httpd.conf

RewriteCond  C:/sites/ez/static/fre/index.html -f
RewriteRule ^/$             /static/fre/index.html [L]
RewriteCond  C:/sites/ez/static/fre/index.html -f
RewriteRule ^$              /static/fre/index.html [L]
RewriteCond  C:/sites/ez/static/eng/index.html -f
RewriteRule ^/$             /static/eng/index.html [L]
RewriteCond  C:/sites/ez/static/fre/index.html -f
RewriteRule ^$              /static/eng/index.html [L]
RewriteCond  %{REQUEST_METHOD}      !^POST$
RewriteCond  C:/sites/ez/static$1/index.html -f
RewriteRule  ^(.*)$ /static$1/index.html [L]
RewriteRule !\.(gif|css|jpg|png|jar|ico|js)$ /index.php

When i excute

c:\php\cli\php.exe bin\php\makestaticcache.php -f

, It works well, all the static cache generated.
<b>But when i edit an article in BackOffice, the page's static cache isn't regenerated.
Anybody can tell my Why ? Thanks!!</b>

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

Bin LIU

Wednesday 16 May 2007 1:01:19 pm

up

anybody?

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

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 19:11:38
Script start
Timing: Jan 18 2025 19:11:38
Module start 'layout'
Timing: Jan 18 2025 19:11:38
Module start 'content'
Timing: Jan 18 2025 19:11:39
Module end 'content'
Timing: Jan 18 2025 19:11:39
Script end

Main resources:

Total runtime0.7279 sec
Peak memory usage4,096.0000 KB
Database Queries52

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0092 588.0469152.6406
Module start 'layout' 0.00920.0033 740.687539.4766
Module start 'content' 0.01250.7137 780.1641493.2969
Module end 'content' 0.72610.0017 1,273.460912.1250
Script end 0.7278  1,285.5859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4851160.0002
Check MTime0.00140.1917160.0001
Mysql Total
Database connection0.00220.305010.0022
Mysqli_queries0.670992.1688520.0129
Looping result0.00050.0665500.0000
Template Total0.689394.720.3447
Template load0.00190.255120.0009
Template processing0.687494.443420.3437
Template load and register function0.00020.024710.0002
states
state_id_array0.00100.138210.0010
state_identifier_array0.00220.297520.0011
Override
Cache load0.00150.2061220.0001
Sytem overhead
Fetch class attribute can translate value0.00090.121510.0009
Fetch class attribute name0.00220.303230.0007
XML
Image XML parsing0.00220.296510.0022
class_abstraction
Instantiating content class attribute0.00000.001540.0000
General
dbfile0.00250.3468150.0002
String conversion0.00000.001240.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs