ZenphotoCMS Forum
improvements of cache manager - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: improvements of cache manager (/thread-13143.html)



improvements of cache manager - vincent3569 - 28-09-2018

I have a look on improvements of cache manager.
as far I can see, there is a new button "Cleanup image cache sizes".
what is the difference between the exsting one "Purge Image cache"?




improvements of cache manager - acrylian - 29-09-2018

Totally different.

  • "Purge image cache" clears the cache
  • "Cleanup image cache sizes" clears the sizes registered to the cacheManager. It works the following way:
    • "admin" sizes is always kept since always needed as are "default" sizes
    • Sizes of themes not available are removed (the list to select also filters out inactive themes as you most likey don't need them in that moment)
    • Sizes from inactive plugins are removed
    • All custom sizes - those you set manually on the plugin options - are kept since there is no secure way to know if they still may be needed or not.



improvements of cache manager - vincent3569 - 30-09-2018

ok that's clear