Shopify / shopify-theme-inspector

A Chrome DevTools plugin that visualizes Shopify Liquid render profiling data so you can triage long-running code and reduce server response times!
MIT License
158 stars 20 forks source link

After latest update detailed information on each piece of code has disappeared #147

Closed AlexHodzitsky closed 2 months ago

AlexHodzitsky commented 2 months ago

Hi there.

After latest update detailed render information on each piece of code has disappeared.

Before under each section / snippet it was possible to see each code snippet, like {{ product.price | json }} and it's render time. But now there is only 3 levels of the inspect: Page > template > section and nothing under section.

Image

LukePammant commented 2 months ago

I'm also seeing this problem. The flame charts no longer have any depth and only go to 3 levels deep. This makes it extremely difficult to determine where the performance problems are coming from.

mgmanzella commented 2 months ago

👋 thanks for raising folks, taking a look now

mgmanzella commented 2 months ago

👋 just an update -- we've identified the root cause of the issue and will be merging a fix shortly. thanks for your patience 🙏

mgmanzella commented 2 months ago

should be fixed now (you may have to refresh the profile button a couple times) -- thanks again for raising