Description from extension meta
Obtain advanced web QoS metrics for pages you visit and an approximation of the above-the-fold time!
Image from store
Description from store
View results by opening the Developer console (More tools -> Developer Tools -> Console).
This plugin runs on every page and triggers after pages finish loading. It measures advanced web quality metrics show results on the console view, with options to save results to disk. It calculates the time instant metrics: DOM, PLT (onload), and ATF load time. It also calculates time integral metrics, similar in spirit to Google's SpeedIndex, but measuring load completion of objects (ObjectIndex), bytes (ByteIndex) and images (ImageIndex). The relation between these metrics and perceived quality can be found in our tech-report "Narrowing the gap between QoS metrics andWeb QoE using Above-the-fold metrics", available in our project page: http://perso.telecom-paristech.fr/~drossi/index.php?n=Dataset.WebMOS
This plugin is open-source and the code is available at: https://github.com/TeamRossi/ATF-chrome-plugin
Version: 1.12
- Added option to save log to file, with different verbosity levels.
Version: 1.11
- Added option's menu to configure plugin verbosity.