Image Cache - how to disable?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Image Cache - how to disable?

Post 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;
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Image Cache - how to disable?

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply