Speedup Feng Office
Feng Office is cool, but slow. I found out that you can speed up your system by adding the following lines to your config/config.php.
define('USE_JS_CACHE', true);
define('COMPRESSED_CSS', true);
define('COMPRESSED_JS', true);
in my case, Feng Office rendering speed is now 30-40 % faster.
Related posts:
No comments yet.