ZenphotoCMS Forum
Accelerate zenphoto loading - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Accelerate zenphoto loading (/thread-12689.html)



Accelerate zenphoto loading - Comodor125 - 2017-02-28

Search engines take into account the loading time of a website in order to classify sites or zenphoto does not exploit optimally the fast loading. For example, it would be interesting to add:

  - Mod_Gzip
  - Expires headers

Can you integrate them in the next version of zenphoto.




Accelerate zenphoto loading - acrylian - 2017-02-28

You can enable both htaccess if you need them.

Also note other than Piwigo you apparently seem to come from Zenphoto does not pre-generate image sizes on uploading but on request. This can slow down initial loading but happens once. You can also precache images using the cacheManager plugin. Additionally there is a html cache plugin. See the user guide about caching.




Accelerate zenphoto loading - Comodor125 - 2017-02-28

The html cache plugin is interesting but the plugin puts all the images in cache is what can be put only the images consulted them to reduce the load on the server. Because if the site contains for example 10000 photos the plugin will put a certain time and saturate the server.




Accelerate zenphoto loading - acrylian - 2017-02-28

The html cache plugin does not put any images anywhere actually. Did you read the user guide article about how image caching works?