Performance Event Flow

Browser extension to display Page performance and custom events from the page

Extension stats

Users: 9
Rating: 4.00 (1)
Version: 1.2 (Last updated: 2024-09-13)
Creation date: 2024-07-30
Risk impact: Moderate risk impact
Risk likelihood: Moderate risk likelihood
Manifest version: 3
Permissions:
  • tabs
Size: 35.76K

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.

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.

  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'

User reviews

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.
by Nirali Vaghasiya, 2024-09-12
View all 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.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to Performance Event Flow: