Finding bottlenecks in javascript?

前端 未结 4 1619
南旧
南旧 2021-01-11 14:19

I\'m attempting to find a bottleneck in my Javascript. Basically I\'m developing a chrome extension written in Javascript which is taking 4-5 seconds to perform a task. Ther

4条回答
  •  臣服心动
    2021-01-11 14:58

    Perhaps it'd be a good idea to open the HTML files in Firefox instead of letting Chrome extensions handle it. That'd allow you to use Firebug to determine any causes, which would be very helpful.

提交回复
热议问题