All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

Ticket: How to know if the static caching is working properly?

Status Resolved
Add-on / Version Speedy 1.1.1
Severity
EE Version 5.3.0

Nikolai

Mar 11, 2020

First of all, thank you for the great work on the Speedy add-on, a cache plugin was definitely missing for EE until now!

I am still trying to configure it properly. I have one question though, how do you know if the static caching system is working properly? Is there a way to detect it from the browser or an access log file somewhere?

Thanks

#1

BoldMinded (Brian)

You can add ?speedy_debug=1 to a front-end request https://docs.boldminded.com/speedy/docs/configuration#debugging

Inspect the source code and you’ll see some output in html comments.

Login to reply