Extension stats
Ranking
Other platforms
Extension summary
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.
- Page Navigation Starts
- First element visible on the page
- Page became Interactive
- 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'
User reviews
Extension safety
Risk impact
Performance Event Flow requires a few sensitive permissions. Exercise caution before installing.
Risk likelihood
Performance Event Flow is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this extension.
Similar extensions
Here are some Chrome extensions that are similar to Performance Event Flow: