Cache and images [SOLVED]

Author Message

Julien Plesniak

Tuesday 16 September 2008 1:07:18 am

Hello,

I use in my website pictures with different size.
This is my file image.ini.append.php:

[ImageMagick]
IsEnabled=false

[AliasSettings]
AliasList[]
AliasList[]=reference
AliasList[]=small
AliasList[]=medium
AliasList[]=large

[reference]
Filters[]=
Filters[]=geometry/scaledownonly=600;600

[small]
Reference=reference
Filters[]=
Filters[]=geometry/scale=100;100

[medium]
Reference=reference
Filters[]=
Filters[]=geometry/scale=200;200

[large]
Reference=reference
Filters[]=
Filters[]=geometry/scale=300;300

[MIMETypeSettings]
Quality[]
Quality[]=image/jpeg;100

It work perfectly, my images was generated by ezpublish correctly.

But, the website generate the pictures each time i go to the page of the picture, so its very slow.

I activate the cache in my site.ini.append.php like this, but it doesnt change:

[ContentSettings]  
ViewCaching=enabled  
PreViewCache=enabled    

[TemplateSettings]  
NodeTreeCaching=enabled
TemplateCache=enabled
TemplateCompile=enabled
TemplateCompression=enabled
TemplateOptimization=enabled

how to activate the cache for pictures?

thanks for help

Damien Pobel

Tuesday 16 September 2008 1:53:47 am

Hi Julien,

If you use eZ Publish 4.0.0, it's probably due to the bug #12386 [1]. You should upgrade to eZ Publish 4.0.1.

[1] http://issues.ez.no/12386

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Julien Plesniak

Tuesday 16 September 2008 2:38:09 am

Perfect !
thanks for help

Konrad Potocki

Monday 06 October 2008 6:07:34 am

Hello,

The patch from the ticket seems trivial to apply. Could you confirm that doing this will solve the issue.

I would very much like to avoid updating the whole eZ publish just for this bug. "Don't fix if ain't broken" :+)

Thanks!

KeyPi

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 04:22:16
Script start
Timing: Jan 18 2025 04:22:16
Module start 'layout'
Timing: Jan 18 2025 04:22:16
Module start 'content'
Timing: Jan 18 2025 04:22:17
Module end 'content'
Timing: Jan 18 2025 04:22:17
Script end

Main resources:

Total runtime0.9373 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0092 589.0391152.6250
Module start 'layout' 0.00920.0081 741.664139.4453
Module start 'content' 0.01730.9182 781.1094582.7500
Module end 'content' 0.93550.0018 1,363.859412.1641
Script end 0.9373  1,376.0234 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.01972.0982160.0012
Check MTime0.00180.1893160.0001
Mysql Total
Database connection0.00300.321110.0030
Mysqli_queries0.854091.1083620.0138
Looping result0.00070.0737600.0000
Template Total0.866592.420.4333
Template load0.00230.242720.0011
Template processing0.864292.200220.4321
Template load and register function0.00020.026710.0002
states
state_id_array0.00170.176110.0017
state_identifier_array0.00280.295320.0014
Override
Cache load0.00190.1988270.0001
Sytem overhead
Fetch class attribute can translate value0.00080.083530.0003
Fetch class attribute name0.00150.158950.0003
XML
Image XML parsing0.00070.073830.0002
class_abstraction
Instantiating content class attribute0.00000.002050.0000
General
dbfile0.00080.0887160.0001
String conversion0.00000.000940.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
4content/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
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 7

Time used to render debug report: 0.0003 secs