-
Performance
Measure my performance baseline before optimizing anything
Get real numbers on where the time goes so you fix the actual bottleneck instead of guessing.
Free Prompt
What This Does / How This Helps
This sets up real measurement across your pages, endpoints, and queries, then produces a ranked report of where the time actually goes before you change any code. Teams routinely spend days optimizing the wrong thing: shaving the bundle while the real problem is a 2-second database query, or tuning queries while the page is actually slow because of a chat widget. Without a baseline you can't tell whether a change helped, and you'll feel productive while the app stays slow. An hour of measuring tells you exactly which fixes matter and gives you the before/after proof that they worked.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).