Created
June 23, 2020 15:42
-
-
Save klevu/04d9ca36affb4f54b546a917dad54ca1 to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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