Caching & Rock Performance

When working with Rock pay attention to your page load time, located in the lower left-hand corner of the admin bar. Ideally the load time should be under 0.2 seconds. Keep in mind that “Page Load Time” is not an accurate measure of how long it takes to load in a browser, but it is an excellent measure of server processing time. For browser performance metrics, we suggest using the Network tab in Developer Tools or performance audits like Google Lighthouse.

To understand server side performance for Rock pages, add ?ShowDebugTimings=true to your query string. The page will append performance statistics for each individual block to allow for performance tuning.