4.4 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
C. ToddJan 21, 2024
Powerful tool for creating quick user docs or providing developers documentation of issues during Alpha/Beta testing.
Staging SiteJan 18, 2023
Load time is not capturing correctly. It is capturing just previous step Load time in the Next event. Please look into this.
Richard EdwardsDeveloperFeb 3, 2023
Hi, If there's a specific site where you're seeing an repeatable issues please let me know via the "contact the developer" link and i'll happily support. Other than this, it seems to be working as expected. The tool is designed to capture, store and present the information available at the time of each action. Clicking a link is the action, you get the time *THAT* page was loaded, not the time the subsequent page took to load. You just need to do an action on the next page to get the next page's load time. The page load timings you see are capture by Chrome - it uses the PAGE NAVIGATION API (link at the end!). Things like async JS calls and lazy loading are not part of this catpure processs. The key bit is that if the page does not change, and you do multiple actions, the timings in chrome do not change. Since chrome doesn't change the tool doesn't have any further data to present. Think of a quick google search as a use case: 1. Hit the google home page and enter something in the search box - page load time is captured 1234ms. 2. Press the search button - page load time is still 1234ms because when you pressed search, this was the home page's timings. 3. On the search results page, do a "capture current state" - page load timings are now 321ms. The page changed, chrome capture the new values. If in doubt and you still don't want to see the page load times, you can disable them from the view by unticking the box labelled "Page information - Show page times" on the detailed resutls page. You can see this information in its raw form in devtools by running: window.performance.getEntriesByType("navigation")[0] IF you need to know more about these timings, they're a web standard - this is a handy site to learn more: https://developer.mozilla.org/en-US/docs/Web/API/Navigation_timing_API
John AlexanderFeb 3, 2021
Simple to install, powerful in what it achieves. I especially like the screenshot feature :)
David RiglerJan 25, 2021
This is a powerful addition to Chrome that helps testers, business analysts and process capture in general.