-
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
Slow store cannot run profiler on any page #94
Comments
👋 Welcome to the community and thank you for the issue. |
That's a lot of JSON data. I didn't anticipate that we would hit the limits of |
There is nothing after
Not sure how would that be possible to sent an incomplete json blob. Would you also tweet me |
👋 closing as we haven't received the info helen asked for, please re open this issue with that info if this is still a problem |
Problem
When trying to profile all pages on a live site - I get the error 'this page cannot be profiled'.
Inspecting the devtools frame shows errors parsing the json from #liquidProfileData:
I have looked at the response from
page?profile_liquid=true
and extracted#liquidprofiledata
myself, and it parses as json just fine in my ides formatter but not with JSON.parse.It is 3mb of json / 52k lines formatted. Maybe that has something to do with it? JSON.parse has some hard limits and we have a lot of lines of code.
I saw in another issue that @wizardlyhel asked someone to twitter DM the site to debug further - would be happy to do that if it would help figure out the problem.
The text was updated successfully, but these errors were encountered: