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
|