Answer the question
In order to leave comments, you need to log in
Diagnostic Tools Apache, MySQL, Wordpress?
Installed WampServer Version 3.1.7 64bit on the local machine.
After pressing the "update" button (record) hangs for a couple of minutes.
How to understand what is the problem? (computer I do not take up memory for this time, the processor is free). What are the diagnostic tools?
---------------------
Details
The status bar indicates that it is waiting for a response from the site.
After it starts executing (after a couple of minutes of freezing) it is completed in 4 seconds
74 zaprosov za 4,090 sec., zatracheno 15.14 mb pamyati.
printf(('%d zaprosov za %s sek.'), get_num_queries(), timer_stop(0, 3));
if ( function_exists('memory_get_usage') ) echo ', zatracheno '
. round(memory_get_usage()/1024/1024, 2) . ' mb pamyati.';
Answer the question
In order to leave comments, you need to log in
You need to profile the code and find out what exactly slows down. This can be done with xdebug and a query profiling plugin.
If the matter is in the request, then look at the plan for its execution and find out the reason.
Such errors began to appear after I restored the files (I left the database in front)
What does this mean, where to look for the error?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question