Skip to content

Instantly share code, notes, and snippets.

@klevu
Created June 23, 2020 15:42
Show Gist options
  • Save klevu/04d9ca36affb4f54b546a917dad54ca1 to your computer and use it in GitHub Desktop.
Save klevu/04d9ca36affb4f54b546a917dad54ca1 to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 3
0.0s: Fetch the first 30 products: ~0.5 seconds
0.5s: Query bucket ~300, wait 8 seconds for refill to ~700
8.5s: Fetch the next 30 products: ~0.5 seconds
9.0s: Query bucket ~0, wait 14 seconds for refill to ~700
23.0s: Fetch the next 30 products: ~0.5 seconds
23.5s: Query bucket ~0, wait 14 seconds for refill to ~700
37.5s: Fetch the final 10 products: ~0.5 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment