nginx - find timeout links in a php script -


i have php script looks this: admin.php?action=plugins&operation=config&do=92

in php file there multiple includes , other functions, every time load it, there might bad link causes whole page loads after timeouts(usually 2.1 or 2.1 minutes chrome's debugger).

my question how find bad link(s) sent server processed/connected, , timedout?

error_reporting reported nothing useful. i've been trying see if xdebug works, have 0 idea on how use it. need way find bad link/ip/hostname without going through every piece of code.

any advice appreciated!

what able understand once type url send request admin.php script sends response browser response has lot of js / css/ image files has bad links , figure out bad links can use fiddler. tell request page sends , urls. fiddler show request takes how time in loading.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -