Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Determine which script is slowing the page down in Firefox [closed]
Closed as off topic by Alexei†on Oct 12, 2023 at 17:53
This question is not within the scope of Software Development.
This question was closed; new answers can no longer be added. Users with the reopen privilege may vote to reopen this question if it has been improved or closed incorrectly.
A page is very slow and laggy in Firefox. I am certain it's one of the many Javascripts slowing it down.
Out of curiosity, I'd like to figure out which script is creating the heaviest load. Note that I also have some blocked with uBlock origin, and I don't want to unblock those - I want to see which of the scripts currently not blocked is slowing it down.
Surely there's a way to use the inspector to get such a basic performance stat. How do I that? All I care about is which script is responsible for what % of computational demand, it doesn't need any more detail beyond that.
2 comment threads