Here are some caching ideas for SS 3
http://doc.silverstripe.org/framework/en/reference/staticpublisher
Basic performance boost in _config.php file add
Object::add_extension("SiteTree", "FilesystemPublisher('cache/', 'html')");
and adjust .htaccess file
from
RewriteRule .* framework/main.php?url=%1&%{QUERY_STRING} [L]
to
RewriteRule .* framework/static-main.php?url=%1&%{QUERY_STRING} [L]
Posted to: Performance improvements for SilverStripe v3.0.x | Show Thread | Post Reply