Allow for a filter/toggle to not clear OPCache
-
Hi! Back again, this time with a request/suggestion. ?? I’m curious what your thought process was behind disabling opcache during the test in the mu-plugin and also using
opcache_reset();
in ajax.php? I can see use cases where users may want to see the absolute raw data, however, having some sort of code caching system in place is quite common to help speed up code execusion. It would be great if you could maybe either add a filter or a checkbox in the settings allowing users to skip disabling/resetting the cache. That way we can see how the site performs with opcache enabled and where there are still bottlenecks. Thoughts?
- The topic ‘Allow for a filter/toggle to not clear OPCache’ is closed to new replies.