![]() |
|
Can you help us debug performance issues - 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: Can you help us debug performance issues (/thread-8403.html) |
Can you help us debug performance issues - darkufo - 2011-03-24 Hi, We've recently launched our new Gallery and it looks great and on the front end for the users it works pretty quick and loads nicely. However our probelm is that the backend is becoming almost unusable with huge load times on the the admin and album and upload tabs. And getting timeouts such as this MqSql Server has gone away messages. I'm running on a Quad Core Linux Server with 8 GB of RAM Here are some of our settings. Zenphoto version 1.4.0.3 [6817] (Official Build) 13655 Images Does anyone have any tips/hints about how to improve performance. Are there any plugins I could disable etc that would help. Any php.ini settings that would improve the backend performance for our Gallery Admin staff? Can you help us debug performance issues - acrylian - 2011-03-24 Things that come to mind quickly:
Beside that, I am not sure that any php.ini setting might solve it. You could however try to raise the php memory limit a little more (the more memory the better as always). PRobably my collegue Sbillard will have some more idea later today. Can you help us debug performance issues - darkufo - 2011-03-24 Thanks as always for your fast response. I'll start doing some of those now. Really appreciate your help. Can you help us debug performance issues - sbillard - 2011-03-24 Do also check to see how much memory the server is allocating to the PHP scripts. Unfortunately the PHP memory setting is just "advisory" in that the server may allocate whatever it sees fit, even if less than the setting. Also in general you sould disable any plugins that you do not need. There is always overhead in loading plugins. But this is more a "front end" consideration. If your problems are limited to the albums tab then acrylian's suggestions should be sufficient. But if some other tabs are causing problems there is probably something else wrong. You should check the script time limits set on your server. Perhaps they are too short. Can you help us debug performance issues - darkufo - 2011-03-24 Thanks very much, I'll go through all the plugins and see which ones we're not using and see what else we can tweak. I'll also check the php memory settings. |