forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: kingspice on May 20, 2005, 03:12:39 pm

Title: Caching for Coppermine
Post by: kingspice on May 20, 2005, 03:12:39 pm
Due to the high amounts of traffic on my site coppermine is using up stupid amounts of memory on my server. I heard that I could use some kind of caching to help reduce server load.

Was wondering if anybody could suggest what php/sql caching system i might want to use with coppermine.

Thanks
Gareth
Title: Re: Caching for Coppermine
Post by: OmegaGOD on May 20, 2005, 03:53:20 pm
The "virtual" albums such as random, most viewed, last additions, etc that are added on every page of your CPG gallery eat up a lot of resources when generating content. If you don't need them, I would sugguest removing them. This will speed up your gallery a lot.

http://forum.coppermine-gallery.net/index.php?topic=15293.0

There are code contributions by GGallery that speed up mySQL queries. This has not been verified by our dev team so if you choose to use them I would recommend backing up.

http://forum.coppermine-gallery.net/index.php?topic=6914.0

Also the question of optimization has been asked before and will be addressed in cpg1.5.x a future release of CPG.

http://forum.coppermine-gallery.net/index.php?topic=15653.0

I would also recommend searching the boards for optimizations. There are a few user code contributions that you may find helpful.

http://forum.coppermine-gallery.net/index.php?action=search

Hope this helps,

--OmegaGOD