suresh gopal
suresh gopal

Reputation: 3156

How to calculate javascript and jquery speed?

In my Application, many places i used javascript and jquery functions. Some times javascript progress making too slow to perform actions.

I able to see the speed after progress is complete via firefox tool.

Is there any way to calculate javascript working speed while script is on progress. Thanks..

Upvotes: 1

Views: 190

Answers (2)

Adil
Adil

Reputation: 148110

You can use many tools, jspref website will allow you to even compare performance with different codes.

Upvotes: 1

c69
c69

Reputation: 21487

Use WebInspector's or IE F12 Profiler.

Upvotes: 1

Related Questions