Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Performance improvements for SilverStripe v3.0.x

$
0
0

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


Viewing all articles
Browse latest Browse all 4235

Trending Articles