Dear Shopify / community, I am building an app that allows users to analyze their store performance. For this we let the app query the Graphql API and I seem to have run into a potential bug as it o...
No content to show
User Activity
01-23-2020
Please ignore the last post. The reported slow loading in this last test was caused by the cors proxy forcing http1 and a Chrome limitation of 6 concurrent tcp requests. Switching to http2 allowed for much faster loading. I would still love to know w...
01-22-2020
hi @sd_,I've run another set of tests where we don't create 1 big request for the entire date range but split it up into multiple requests, one for each day. We then burst these requests with an initial 30 at once and then move to 3 per second to run...
01-22-2020
hi @sd_ , have you been able to lookup the request-ids and see what's causing the delay?I've since tried to use the bulk option to download our order data. Initially it seemed like a solution to our problem when we're using a limited amount of fields...
01-07-2020
Hi @sd_, I've re-run the test and the first slower response has the following x-request-id: 948314bd-6ec4-41d1-87c8-4fa6d7ebeaf7 with a response time of 4.41sThe request just before that was 0caa1814-c91b-4497-89f0-42815c90ec5f with a response time o...
12-11-2019
Our app queries all orders in a store using the 2019-10 REST API, orders endpoint and page_info pagination for use in a BI software tool.We are experiencing very fluctuating response times ranging from an initial sub-seconds response for the first n ...