Home  >  Q&A  >  body text

Identify performance limitations in JavaScript

I'm trying to find the bottleneck in my Javascript. Basically I'm developing a chrome extension written in Javascript that takes 4-5 seconds to perform a task. This task involves a lot of code and using the print statements built into dev tools/chrome doesn't work. The dev tools don't even seem to see that my Javascript is running. I'm wondering if anyone has any suggestions/tools they've found helpful?

P粉684720851P粉684720851354 days ago682

reply all(1)I'll reply

  • P粉533898694

    P粉5338986942023-11-01 10:34:28

    Open your page in Chrome.

    Tools -> Developer Tools -> Configuration File

    Start analysis (third button, gray circle on bottom status bar)

    reply
    0
  • Cancelreply