![]() |
|
zenphoto 1.2 is experencing poor 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: zenphoto 1.2 is experencing poor performance (/thread-3709.html) |
zenphoto 1.2 is experencing poor performance - hughr - 2008-09-08 Hi all, Recently I have installed the great zenphoto as my personal gallery software, but I have also found that the performance is very poor, when loading a image, the CPU idle drops to ``0'', which could be very bad, now I am not a developer, and I could use some help here. I have read the http://www.zenphoto.org/2008/06/performance-hacks/ performance guide. But it's not operational for me, either way, it will add more load to the server, and I don't have the additional software installed. It seems that zenphoto trys to scan the album directory everytime an actrual album is accessed. Don't know anything more. Thanks in advanced. zenphoto 1.2 is experencing poor performance - acrylian - 2008-09-08 Your site seems indeed a little slow, but I can't reproduce it on my setups. Did you check if that is maybe with other script, too? Indeed Zenphoto is filesystem based and will scan the albums folder if there are any new images, but once the images are cached (=Processd and the thumbs and sized images generated) it should not be that fast. zenphoto 1.2 is experencing poor performance - hughr - 2008-09-08 Hi acrylian, I try disable the sharpen thum and images from the admin console and did clicked on the ``pre-cache images'' from the admin console, the performance now seems better. Thanks for your help. zenphoto 1.2 is experencing poor performance - hughr - 2008-09-08 It's still slow, I've added the gzip function to index.php page, front door seems fine, but when doing pre-cache images on the backend, the server load can go up to 15.00. zenphoto 1.2 is experencing poor performance - acrylian - 2008-09-08 Are you really sure that it's not your server that is slow itself? Precaching all images can be slow especially if you have lost of big images. But there is actually no need to precache: zenphoto 1.2 is experencing poor performance - hughr - 2008-09-08 Oh yeah? zenphoto 1.2 is experencing poor performance - hughr - 2008-09-08 Oh, a 1024 image would take 6MB memory, and I have 300+ 1024 images. so... zenphoto 1.2 is experencing poor performance - sbillard - 2008-09-08 What are you doing with gzip? I don't see how adding it to index.php shold change anything. zenphoto 1.2 is experencing poor performance - hughr - 2008-09-09 Oh really, I read this zenphoto 1.2 is experencing poor performance - sbillard - 2008-09-09 Sorry, I misunderstood your original postings. I thought that since you were talking about directory searching and CPU load you were concerned about server side issues. Certainly adding an extra processing overhead to compress the web page before serving it could only make such matters worse. But if the problem is that your connection is too slow, then compressing the served page would indeed be a help. zenphoto 1.2 is experencing poor performance - code - 2008-09-09 That is compression, it reduces bandwidth and maybe load time? zenphoto 1.2 is experencing poor performance - hughr - 2008-09-09 I am having problems both sides.
Let's see if 1.2.1 can solve this problem. zenphoto 1.2 is experencing poor performance - sbillard - 2008-09-09 The performance of not-pre-cached images in entirely due to the processing required. That in turn is relative the the size of your image and the power of the server you are using. 1.2.1 will make no difference on either of these two parameters. |