M
M
Max2019-12-24 12:23:54
JavaScript
Max, 2019-12-24 12:23:54

What is the program waiting for when the computer resources are not busy?

It often happens that computer programs running under Windows (including server ones) slow down, wait for something, the "wheel" near the mouse pointer is spinning, but the Resource Monitor does not see that any of these same resources are overloaded: Processor, Memory, Disk, Network, Video card - everywhere the load is much less than the maximum. Question: how to find out where is the thin place because of which the user has to wait?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
�
ⓒⓢⓢ, 2019-02-20
@lenwoot

method "one" in this case will not help?
$('#button').one('click', function(){ ... })

P
Pavel, 2019-02-20
@mrusklon

or a crutch, on success change #button to some other one and then js will not catch it :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question