Speedy
Website optimization plugin for October CMS.
Optimizations
Speedy provides you with the following optimization options. You can enable and disable them via the backend settings.
- HTTP/2 preloading
- Gzip
- Cache headers
- Domain sharding
Requirements
Speedy currently only works with the Apache web server with enabled htaccess
file support.
Speedy makes use of mod_expires
, mod_gzip
and mod_headers
.
Contributing
Translations and bug reports
Please submit pull requests with translations or bugfixes on the plugin's GitHub page. Bug reports and feature requests via Issues are welcome!
Attributions
The speedy flash icon was created by SagarUnagar and is licensed under CC BY 3.0. Speedy uses a modified version of JacobBennett's laravel-HTTP2ServerPush
middleware which is licensed under the MIT license.
Make your .htacess
file writeable
Speedy writes directly into your .htaccess
file so make sure your server user has write permissions to do so.
Using HTTP/2 preloading
To use the HTTP/2 preloading your server has to support the HTTP/2 protocol. The protocol requires you to serve your website via HTTPS.
1.0.11 |
Modified console commands to toggle optimizations (thanks to @guus-frenken) Jul 26, 2022 |
---|---|
1.0.10 |
Added console commands to enable optimizations (thanks to @guus-frenken) Jul 26, 2022 |
1.0.9 |
Added Composer installation support Jul 26, 2022 |
1.0.8 |
Optimized caching of woff2 fonts Oct 14, 2020 |
1.0.7 |
Increased Cache-Control header to a max-age value of 1 year for images, fonts and videos to be in line with Google's current recommendations. Disable and re-enable the caching option to benefit from these changes. (https://web.dev/uses-long-cache-ttl/) Dec 12, 2019 |
1.0.6 |
Switched to mod_deflate for gzip compression. Disable gzip compression in the Speedy settings and turn it back on to apply these changes to your installation. Oct 29, 2019 |
1.0.5 |
Added pt-pt translations (thanks to João Costa) Jun 09, 2018 |
1.0.4 |
Added french translations (thanks to damsfx) Jun 08, 2018 |
1.0.3 |
Added russian translations (thanks to pavalx-ru) Oct 08, 2017 |
1.0.2 |
Fixed compatibility issues with builds 420+ Sep 26, 2017 |
1.0.1 |
Initial version of Speedy Apr 12, 2017 |