h3. Speed Following chart show number of requests per second on a test server. Three bars represent Frog installation with no caching, with "File Cache plugin":http://www.antistatique.net/blog/index.php/post/cache-plugin-frogcms installed and with Funky Cache plugin installed. More accurate numbers in "speed comparison":http://www.appelsiini.net/2008/11/ultrafast-frog-with-funky-cache blog post. !http://chart.apis.google.com/chart?chs=540x120&chf=bg,s,ffffff|c,s,ffffff&chxt=x,y&chxl=1:|FunkyCache|FileCache|NoCache|0:|0.00|879.00|1,758.00&cht=bhg&chd=t:5.34,8.47,100.00&chco=4d89f9&chbh=25! h3. Install Copy files to frog/plugins/funky_cache/ folder.
cd frog/plugins/ git clone git://github.com/tuupola/frog_funky_cache.git funky_cacheOpen you _config.php_ and make sure the following is set:
define('USE_MOD_REWRITE', true);
Got to admin and enable Funky Cache plugin.
!http://www.appelsiini.net/assets/2008/11/21/funky_enable.png!
Reload the admin page to see _"Cache"_ tab appear. Click on the tab to check your settings.
_Cache file suffix_ is important! It is the suffix of static files written to disk. It should be the same as _URL_SUFFIX_ in Frog config.php. If your _URL_SUFFIX_ is empty cache file suffix will default to _.html_.
_Cache folder_ is the folder where static files are written. Folder is related to document root. If you leave this empty cached files will be written to document root. *Webserver must have write access to cache folder.*
!http://www.appelsiini.net/assets/2008/11/25/funky_settings.png!
Go to shell and create the cache folder and give write access to it.
>cd path/to/document/root/ >mkdir cache >chmod a+w cacheFunky Cache depends on correctly setup mod_rewrite rules. Rules are different depending on your Frog and plugin settings. Click _"Your .htaccess file"_ on sidebar. Cut and paste given code to .htaccess file in your document root. !http://www.appelsiini.net/assets/2008/11/24/funky_htaccess.png! h3. Changelog h4. 0.3.6 * Support for "Dashboard":http://github.com/tuupola/frog_dashboard plugin. h4. 0.3.5 * 0.9.5RC2 tried to use wrong views folder. h4. 0.3.4 * Fix compatibility issues with 0.9.5 mod_rewrite rules. * Show real (not cached) path in admin. * Delete cached pages from harddrive when disabling plugin. * Fix sidebar view path for 0.9.5