XF 1.2 GET /index.php executing too slow

dieg0

Active member
Code:
[06-Sep-2013 07:56:09] WARNING: [pool www] child 24069, script '/usr/share/nginx/webs/mysite.com/index.php' (request: "GET /index.php") executing too slow (12.445837 sec), logging
[06-Sep-2013 07:56:09] WARNING: [pool www] child 23914, script '/usr/share/nginx/webs/emysite.com/index.php' (request: "GET /index.php") executing too slow (10.224636 sec), logging
[06-Sep-2013 07:56:09] NOTICE: child 23914 stopped for tracing
[06-Sep-2013 07:56:09] NOTICE: about to trace 23914
[06-Sep-2013 07:56:09] NOTICE: finished trace of 23914
[06-Sep-2013 07:56:09] NOTICE: child 24069 stopped for tracing
[06-Sep-2013 07:56:09] NOTICE: about to trace 24069
[06-Sep-2013 07:56:09] NOTICE: finished trace of 24069
[06-Sep-2013 13:21:23] WARNING: [pool www] child 24025, script '/usr/share/nginx/webs/mysite.com/index.php' (request: "GET /index.php") executing too slow (10.359893 sec), logging
[06-Sep-2013 13:21:23] NOTICE: child 24025 stopped for tracing
[06-Sep-2013 13:21:23] NOTICE: about to trace 24025
[06-Sep-2013 13:21:23] ERROR: failed to ptrace(PEEKDATA) pid 24025: Input/output error (5)
[06-Sep-2013 13:21:23] NOTICE: finished trace of 24025

I don't get these that often but I'm wondering if I can do something about it.
 
Without tracing them back to specific URLs being hit (not just the entry filename), it's not really possible to debug.

However, it looks like you may have a timeout of about 10 seconds set which is rather low. There can be some complex operations (either deferred actions or some moderation actions) that can take more than that. I'd set it to at least 30 seconds, if not more.
 
Without tracing them back to specific URLs being hit (not just the entry filename), it's not really possible to debug.

However, it looks like you may have a timeout of about 10 seconds set which is rather low. There can be some complex operations (either deferred actions or some moderation actions) that can take more than that. I'd set it to at least 30 seconds, if not more.
I'll do that. Thank you.
 
Back
Top Bottom