Page 1 of 1

Noscript Performance

Posted: Thu Nov 05, 2009 7:33 pm
by Shadowbat
Does NoScript have a performance impact during page loading? Both positive and negative. Heard Adblock Plus blocks elements before it starts downloading, is NoScript similar?

Re: Noscript Performance

Posted: Thu Nov 05, 2009 9:14 pm
by Giorgio Maone
Shadowbat wrote:Does NoScript have a performance impact during page loading? Both positive and negative.
Most of the time NoScript has a positive impact because scripts (which consume CPU) can't run and many files are prevented from loading.
However (rarely) some cross-site requests (i.e. a page from a site loading another page from a different site) with very complex URLs may be slightly delayed because anti-XSS filters check for injections before the load start.
Shadowbat wrote:Heard Adblock Plus blocks elements before it starts downloading, is NoScript similar?
Yes it is.

Re: Noscript Performance

Posted: Thu Nov 05, 2009 9:27 pm
by Shadowbat
Thats great! Thanks for the clarification, its good to see security and performance go hand-in-hand.