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
If I understand your question correctly, then yes. The count is the number of script tags and object tags on the page.江3如此多娇 wrote:I think the count of scripts in<scripts> on notification and addonbar is the total nunber of the page, am i right?
You could try the JSView addon.how can i get a concrete Script Number of each site contains
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.whether should i allow a site which contains too many script for performance
Thanks, got itThrawn 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.