Replies: 2 comments
-
The Profiler API is going stable in React 16.9. That might be a good opportunity to add some react-specific custom traces: facebook/react#15172. The problem is that it requires a special build of React to enable the profiler in production. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good blog post on profiler API: https://kentcdodds.com/blog/profile-a-react-app-for-performance |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, using the
initPerformance
flag inFirebaseAppProvider
activates Performance Monitoring automatic traces. In addition,SuspenseWithPerf
creates a custom trace. Are there other places in Reactfire where it would be useful to include Performance Monitoring traces? For example:useFirestoreCollection
could log a custom trace with a custom attribute logging the number of documents returneduse*
hooks could log a custom traceBeta Was this translation helpful? Give feedback.
All reactions