Performance Event Flow

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

As of May 2026, Performance Event Flow has 21 users and a 4.00/5 rating from 1 reviews in the Developer Tools category.

Usersup 5.0 percent+5.0%
21
21
Ratingno change0%
4.00
1 reviews
Reviewsno change0%
1
Version
1.2
Manifest V3

History

4 snapshots

Tracking since Apr 20, 2026.

21.2419.517.76Apr 20, 2026May 30, 2026
View as table
DateUsersRatingReviewsVersion
Apr 20, 2026204.0011.2
May 5, 2026184.0011.2
May 17, 2026194.0011.2
May 30, 2026204.0011.2
Now214.0011.2

Permissions & access

Permissions
tabs
Host access
None declared

Screenshots

Performance Event Flow screenshot 1Performance Event Flow screenshot 2Performance Event Flow screenshot 3

About

Visualize Page Performance and Custom Events in a Single Flow

Performance Event Flow is a Chrome extension designed to help developers and testers visualize key page lifecycle events and custom performance markers in a clear, interactive flow diagram.


DEFAULT TRACKED EVENTS

By default, the extension tracks the following page-related performance events:

Page Navigation Start
First Element Visible
Page Becomes Interactive
Page Load Complete

These events are displayed in a sequential flow to help you understand how your page performs during load and interaction.

You can also track custom performance events from your own code. This is useful for monitoring specific parts of your application logic or user interactions.

ADD CUSTOM EVENTS

To add a custom event, insert the following snippet wherever you want to log the event:

window.__performanceEventFlow=window.__performanceEventFlow || [];
window.__performanceEventFlow.push({event:"<pass event title here>",time:new Date().getTime()});

window.__performanceEventFlow = window.__performanceEventFlow || [];
window.__performanceEventFlow.push({
  event: "<Your Event Title>",
  time: new Date().getTime()
});

Want to track specific network requests? Just click on "Watch Network Request" in the extension and add the URL details to start monitoring.

Technical

Version
1.2
Manifest
V3
Size
34.92KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
codaohaffiephnepaemglkkempfigjhk
Developer ID
ua5fbfd438cac415ee29df230a59d8ef7
Developer Email
[email protected]
Created
Jul 30, 2024
Last Updated (Store)
Sep 29, 2025
Last Scraped
May 30, 2026
Website
Support URL
Privacy Policy

Similar extensions

Alternatives to Performance Event Flow, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified May 30, 2026.