Replies: 0 comments 1 reply
-
Would a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a project where the compilation output produces hundreds of small dynamic bundles. The performance of these bundles is obtained by placing the following automatically at compile time:
Looking at
performance.getEntries()
, I can see the resource timings for scripts, however I cannot see the any data on runtime performance, only network information.Does the performance API offer the ability to inspect any runtime performance metrics?
Beta Was this translation helpful? Give feedback.
All reactions