Replies: 2 comments
-
Pagination is generally the best way to handle this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pagination is generally the best way to handle this. |
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.
-
We are developing an e-commerce website with gatsby (3.6.1).
Currently, we have some categories that include thousands of products. Those products are injected via graphql queries.
One category fetching 687kb page-data.json, which is bad for performance and user experience:
Here is an example. Go to clothing > shop all
https://60b5aabda5db9a00085b57fd--gatsbys-adika-torefront.netlify.app/
Is there solution for this ?... may be splitting page-data.json into chunks ?
Beta Was this translation helpful? Give feedback.
All reactions