Description from extension meta
Browser extension to display Page performance and custom events from the page
Image from store
Description from store
Performance Event flow is a chrome extension to display some of the Page related events like when Page navigation started and when Page loaded completed in one flow diagram (by default).
By default this extension will cover below page related events.
1. Page Navigation Starts
2. First element visible on the page
3. Page became Interactive
4. Page Load complete
You can also add custom event from your code, if you want to understand performance for some part of the code by pushing event as explained below.
Place below code whenever you want to track event.
window.__performanceEventFlow=window.__performanceEventFlow || [];
window.__performanceEventFlow.push({event:"<pass event title here>",time:new Date().getTime()});
You can also watch network request after adding the URL details by clicking on 'Watch Network Request'
Latest reviews
- (2024-09-12) Nirali Vaghasiya: I recently installed this extension, and it seems useful. With this extension its easy to visualize when exactly page event happens on the website. I really loved the feature where, from the code i can push events to event visualization- this helps me to understand when my code is getting executed.
Statistics
Installs
12
history
Category
Rating
4.0 (1 votes)
Last update / version
2024-09-13 / 1.2
Listing languages
en