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.
