Javascript optimization. Is there an easier way to speed up Javascript?

I wrote a massive script in JS, and I want to optimize it so that it works faster, but it takes too much time to execute a function by function and perform a “speed test”. Does anyone know a better way? I heard that you can use firebug, but I did not find any useful links on how to do this.

The page I'm optimizing is here: http://flanvas.com/development/flanvas/examples/custom-class.html

I specifically try to optimize flanvas.js which is here: http://flanvas.com/development/flanvas/flanvas.js

Any direction where to go is very useful. Thank!

+3
source share
3

FireBug Safari Chrome. Safari/Chrome "", " " "". , , , .

, , , , , .

, , Google, , :

+6

javascript, , . , firebug. Firebug - .

: javascript?

+3

Firefox, firebug - , , javascript.

http://getfirebug.com/whatisfirebug

JS- , .

, , ...

+1

Source: https://habr.com/ru/post/1785122/


All Articles