Add Raptor option to disable cache
Categories
(Testing :: Raptor, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: rwood, Unassigned)
Details
Updated•7 years ago
|
Don't we have the cache disabled? I can see a kinda large impact on page load tests which get run in multiple iterations.
If successive page loads are all coming from the cache, we would always see shorter load times. Interesting is that for the mean value all iterations seem to be taken into account. The first load will always cause a larger variation, and more noisy results.
Browsertime seem to also not care about that:
https://www.sitespeed.io/documentation/sitespeed.io/best-practice/#how-many-runs-should-i-do-on-the-same-page-to-get-stable-metrics
Well, looks like browsertime clears the cache between each iteration:
https://www.sitespeed.io/documentation/sitespeed.io/best-practice/#clear-browser-cache-between-runs
So what would be the benefit of having such an option when the cache is cleared anyway?
Comment 3•6 years ago
|
||
This feels like a duplicate of bug 1518975, which added support for cold page loads. Whilst this doesn't disable the cache it does ensure that the cache is empty for each iteration.
Description
•