-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
benchmark asset market cap queries and sorts #8188
Comments
Also will benchmark the cost of deserialization of cached data on boot |
Benchmarking of market data fetch on boot adds ~0.2s - ~1.5s to boot time. Pushed a PR with opportunistic improvements to boot, mostly a nothing-burger to performance improvement: Looks like:
Point 1 alone doesn't seem worth it, but since we're nearing the cloudflare limit on bundle size, this could be worth our time. Actually, this task would be more relevant to #7856 and #8047 |
The text was updated successfully, but these errors were encountered: