Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
Will it work on my Vanilla Forum?
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is hosted at VanillaForums.com, this addon may already be installed there.
Vanilla Approved?
We review addons to make sure they are safe and don't cause bugs. An addon is considered to be "Vanilla Approved" once our review process is complete.
This addon is a plugin. You need to extract it to your /plugins folder to install it.
SimpleCache is a cache engine. It is 'simple' because cache invalidation is only temporal. A cache file will continue to be served until it expires, no matter if the data displayed is obsolete. So be sure of what you do when you set big expiration times.
You can set different expiration times for all the different pages requested, and even for different GET queries. This allows you to cache the output of heavy extensions.
This is the first "TimeKeeper ready" extension. So you can download TK and install it too.
You can control the location and the max size of the cache directory in the settings file.
This is a very alpha release, don't install it on a production forum. Some investigation on POST data is still to be done...
MANY thanks to WallPhone for alpha testing and ideas.