implement performance budgets for query results size #29869
Unanswered
pieh
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
is it not possible to run this process in a worker process when available.? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Warn whenever query result is large enough to cause frontend runtime perf implications. "large enough" is yet to be determined - any ideas?
Notes and questions:
We only run queries that we need to, so getting size of queries that don't need to re-run will eighter need extra I/O or we will need to cache size of queriesWe started to keep track of page-data size in feat(gatsby): bundle and page-data stats for telemetry #20146Related Issues:
Add to telemetry how big page json & page bundle sizesImplemented in feat(gatsby): bundle and page-data stats for telemetry #20146gatsby/cache-dir/loader.js
eval's JSON on main thread, doesn't usefetch()
Beta Was this translation helpful? Give feedback.
All reactions