Reputation: 10535
I want to measure the HTML parsing time of some webpages. One difficulty is the parsing and JavaScript execution happen alternatively.
I am not familiar with html and javascript, is there any simple way to disable the execution of the scripts?
E.g. inserting <noscript>
to some places (I am not sure if this will work)
By the way, I do experiments on Android.
Upvotes: 0
Views: 142
Reputation: 34107
Type
chrome://settings/content
in Chrome browser address bar.
Upvotes: 1
Reputation: 65785
You can disable JavaScript in Chrome developer tools. Click on settings icon on lower right of the tool then you will find the settings.
Upvotes: 3