What's With This .cagefs Folder

I was looking at the disk usage at my cart's web server.

There is a huge 1/2 gig folder called .cagefs

Most of the data is in cagefs > Var > cache

My web host says it is populated by the cart script.

The data currently occupies almost 1/3rd of my site.

Does anyone know what this cache is ?

Running…adminname.php?cc doesn't affect it's size.

Never heard of it and I don't believe it is created by the cart. You sure it isn't part of some kind of “incremental backup” program you (or your host) is using? Generally var/cache would contain the most recently modified files on your site.

It's some kind of optimizer caching thing.

This code has been suggested to turn it off by placement in .htaccess

but I kept getting database errors no matter where I placed it in .htaccess

Now I find it may have to go in php.ini ( or maybe config.local.php ? )but I am not sure of syntax.

Doesn't CS-Cart use True or False ?

[color=#333333]php_flag eaccelerator.enable 0[/color]

[color=#333333]php_flag eaccelerator.optimizer 0[/color]



[color=#333333]May google a LOT and try to set up a cron job.[/color]