![]() |
|
Slow performance - 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: Slow performance (/thread-14077.html) Pages:
1
2
|
Slow performance - snlsn - 2025-12-18 Got it. I'll do the image caching album-by-album as the plugin suggests, and won't worry about more than the last season or two. Slow performance - acrylian - 2025-12-18 "unavoidable Zenphoto overhead," is some processing as Zenphoto needs to check a few things to process. It is not 100% plain static. For example it needs to checking if a page is already cached, needs to be created and/or if the cache time has exceeded so it should be renewed or created. Also some publish and procetion checks need to be excecute always so no one gets anything to see unwantedly.
It is really hard to say. Mostly it is a combination of a server not able to handle the amount of images and albums for some reason. We have some users here with really huge sites.
8.5 should work but I have to note we haven't tested it at all with that as we don't have access to it yet. We test with 8.4 primarily currently. Slow performance - snlsn - 2025-12-18 Well, thank you very much for your patience and responsiveness. Slow performance - acrylian - 2025-12-18
Probably not since you restore the same again.
Yes, filters means hooks where plugins hook into to provide functionality or just add css or js files necessary. Our site has 60 filters active. Of course to disable plugins you don't need is always a good idea.
I at least have currently no other idea to help sadly. It looks from timeline tools in browsers that the server takes those seconds to respond. At least onec it is cached it seems to be acceptable… Slow performance - snlsn - 2025-12-18 I did pair down the plugins to only 5.
Slow performance - acrylian - 2025-12-18 How much memory do you have? Image resizing can slow down if not already resized/cached as it is as already mentioned a hungry task. Your host really should be able to tell you something… Of course big hosts like Dreamhost - which I don't know from personal experience - can sometimes be a bit unflexible in all regards. Slow performance - snlsn - 2025-12-18 I don't know how much memory my shared hosting allocates, but that's something I will ask. I think I pre-cached all the images from the most recent album (2026-2026 season) and I don't see a remarkable improvement. If the issue turns out to be server response time to render even cached pages, memory wouldn't make a difference, would it? Slow performance - acrylian - 2025-12-19
You can see a general, maybe not 100% accurat number right on the admin overview page among other info. There is also a utility named "php info" that will list the PHP configuration details (using a standard php function for that).
Well, memory of course generally can have performane input.
Of course, that is understandable, they cannot know every tool anyone uses on their server. But they should be able to tell what might cause this delay. Slow performance - snlsn - 2025-12-20 Resolution! DreamHost Support noticed that my web server and the mySQL server were in different data centers. Today they migrated the database to the same data center as the web server and performance has been transformed. I'm so grateful for the time you spent with me, so I could intelligently articulate the issue to my host, who was then able to consolidate the two servers into the same physical location. It took a long time to unravel this, but now the performance difference is huge. Thank you again. Slow performance - acrylian - 2025-12-20 Great news, glad they managed to find the bottleneck! Feels good when I click around a bit. Nevertheles all the measures we tried/did were not for nothing! Slow performance - snlsn - 2025-12-20 Right. I hope maybe some day my episode will help you help some other user! Maybe this was an obscure edge case, maybe not. I started my hosting plan with DreamHost long before I ever had any sites with mySQL dependencies, so that probably accounts for why the web and database hosting servers wound up in different data centers. |