Page 1 of 1

Image Cache - how to disable?

Posted: Sat 21. Nov 2009, 18:57
by Peekay
I have a few sites running PHPWCMS 1.3.9 and noticed the 'phpwcms_imgcache' table filling up fast.

In config I have cache 'off' but is this the same cache?

Code: Select all

$phpwcms['cache_enabled']     = 0;        //cache On/Off - 1 = caching On / 0 = caching Off (default)
$phpwcms['cache_timeout']     = 0;

Re: Image Cache - how to disable?

Posted: Sat 21. Nov 2009, 19:53
by flip-flop
We can“t disable the table "phpwcms_imagecache". It is the table of contents for images.

If the table "phpwcms_imagecache" grows very rapidly, then a user often is experimenting with the sizes of the thumbnails.
For each size change, a new entry is created.

But usually that's not a problem.

If you want to shrink the table and remove any unnecessary entries, then have a look: Deleting spare images

Knut