NextJS debug toolbar #20209
Replies: 3 comments
-
Good inspiration: https://tracy.nette.org/en/. |
Beta Was this translation helpful? Give feedback.
-
I just saw this on Reddit and it shows the need for such a thing: https://www.reddit.com/r/nextjs/comments/1b6qy4h/nextcachetoolbar/ @leerob Do you have something like this in the backlog? I saw that Astro has a brand new modular toolbar and it looks amazing: https://astro.build/blog/astro-4/#the-astro-dev-toolbar |
Beta Was this translation helpful? Give feedback.
-
Guillermo tweeted about something like this: https://twitter.com/rauchg/status/1757402186060083272?s=20 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
This is motivated by time spent understanding and debugging:
Describe the solution you'd like
It would be awesome to have a toolbar for nextjs developers like the django debug toolbar (https://github.com/jazzband/django-debug-toolbar) that surfaces the key variables and timings in terms of the nextjs framework. It would tell you at glance whether a page was generated in preview mode or because revalidate: true. And it would tell you how long the regeneration took.
The "toolbar" could simply be an expansion of the existing, official nextjs link-prefetch-transition indicator.
Beta Was this translation helpful? Give feedback.
All reactions