-
Notifications
You must be signed in to change notification settings - Fork 219
Experimental tracking support data for impressions causing slowdown #4695
Comments
Hello @dianfishekqi 👋 Thanks for reporting this issue. Can you provide detailed steps on how to reproduce and monitor the problem that you reported? |
While we'd appreciate more details about the exact problems you are encountering here @dianfishekqi I've taken a brief look at the code path referred to and here's a synopsis. The code being referenced is here: While the It looks like that each call to @mikejolley, without having any further data around exactly what the issue author is referring to here, do you think it's worthwhile at least auditing the queries happening through this code stack and seeing if we can optimize more as a potential performance improvement (and add to the backlog)? |
Hello all,
one of the queries not being cached debugged on Query Monitor source |
@nerrad It's amounting to 91/121 queries on our homepages. |
Thanks! This is something on the list of things we'll look into. |
Managed to replicate the query issue with multiple duplicate blocks. |
…5002) * Cache variation_meta_data to prevent duplicate queries with multiple grids * Prime the cache * Improve existing cache detection * Expand comment
…5002) * Cache variation_meta_data to prevent duplicate queries with multiple grids * Prime the cache * Improve existing cache detection * Expand comment
Product grid appends inject item data to body, this line is not cached at all, when you have multiple product grids (in my case 7 * 12 ) causes over extra un cachable queries.
The text was updated successfully, but these errors were encountered: