-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freezing issue #35
Comments
👋 Welcome to the community and thank you for the issue. |
Thanks for flagging this |
I'm seeing this similar behavior on pages where there's a lot of nested loops (basically a non performant page). So for instance, homepage flame graph loads fine and can interactive but on a PDP where we merge products together, the flame graph freezes and we're unable to interact. |
@gil-- Would you be able to share the url of the store? The more examples that we can test this tool on, the more that we can create insights on what kind of liquid pattern are being used to achieve different results. This tool is still in its early stage of discovery of what can we learn from knowing the liquid profiling time. |
@wizardlyhel Sure, happy to share the url. We're actively working to improve some of the performance as it's for an unreleased Shopify Plus store. Is there any email @Shopify I can use as I'd rather not disclose publicly. |
Feel free to private message me on twitter @wizardlyhel |
@lukechadwick I tried to reproduce the freezing chart issue. I am not able to reproduce it. This may due to some fixes that I have roll out today which you will be able to try again with version 1.0.2 in a couple days when Google approves the review. I do admit that the D3 flamechart library is not working smoothly with this many nodes |
Fixed #40 It'll take some time for Google review this update. Look forward to v1.0.3 update in 10 business days. |
Problem
After profiling a page, mousing over/clicking the bars where a loading time bubble is shown locks up the extension
Replication steps
Happening to me on homepage of https://www.alphalion.com/
https://screenshot.click/16-52-35tmi-8w6o5.mp4
This doesn't happen on my test store with a fairly vanilla theme.
More Information
No errors in the extension's console. Currently this store is having issues with their header liquid code causing a slow load, so I'm suspect it's looping too much, which might be overloading this tool by putting too many elements into the graph:
https://screenshot.click/16-49-pmwxg-nx5ow.png
Though that's a scenario that this tool should help to investigate so ideally this can be overcome.
The text was updated successfully, but these errors were encountered: