Page 1 of 1

??? Details about Notification

Posted: Tue Mar 26, 2013 3:29 am
by 江3如此多娇
I think the count of scripts in<scripts> on notification and addonbar is the total nunber of the page, am i right?

how can i get a concrete Script Number of each site contains, so that i know how many Sciprts are Running when i partly allow some sites, and whether should i allow a site which contains too many script for performance

Thank for help :D

Re: ??? Details about Notification

Posted: Tue Mar 26, 2013 9:51 am
by Thrawn
江3如此多娇 wrote:I think the count of scripts in<scripts> on notification and addonbar is the total nunber of the page, am i right?
If I understand your question correctly, then yes. The count is the number of script tags and object tags on the page.
how can i get a concrete Script Number of each site contains
You could try the JSView addon.
whether should i allow a site which contains too many script for performance
Performance isn't usually based on the number of scripts; what really matters is what those scripts are doing. One script that pulls down megabytes of data will be slower than 10 scripts that just make fancy drop-down menus appear.

Re: ??? Details about Notification

Posted: Tue Mar 26, 2013 10:30 am
by 江3如此多娇
Thrawn wrote:Performance isn't usually based on the number of scripts; what really matters is what those scripts are doing. One script that pulls down megabytes of data will be slower than 10 scripts that just make fancy drop-down menus appear.
Thanks, got it :D
PS:JSview has been removed from AMO but I download somewhere else