Welcome Guest, Not a member yet? Register   Sign In
Performance Problem [solved]
#5

My best guess would be the same as Kilishan, perhaps some api call is used in your code to an external source which does not perform very well. Try to identify it and possibly cache the result to limit the rate at which the calls are made to lets say once an hour or so.

Does fetching the pages with a commandline tool like wget or curl result in the same delay? That way you can make sure that apache/php is indeed still busy (or more likely just waiting) instead of some weird javascript related client side issue.

You could try to use apache's mod_status to get an inpression of how many connections apache is currently processing.

Have you looked at tools iotop to see if there are weird activities in disk I/O?
Reply


Messages In This Thread
Performance Problem [solved] - by bitwiz - 08-16-2017, 05:46 PM
RE: Performance Problem - by kilishan - 08-16-2017, 07:50 PM
RE: Performance Problem - by bitwiz - 08-16-2017, 09:27 PM
RE: Performance Problem - by Paradinight - 08-16-2017, 09:46 PM
RE: Performance Problem - by bitwiz - 08-17-2017, 06:32 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 07:22 AM
RE: Performance Problem - by Narf - 08-17-2017, 08:51 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 09:06 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 08:59 AM
RE: Performance Problem - by Diederik - 08-17-2017, 12:15 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 08:51 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 09:10 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 10:02 AM
RE: Performance Problem - by Narf - 08-17-2017, 10:06 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 10:42 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 11:05 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 11:43 AM
RE: Performance Problem - by bitwiz - 08-17-2017, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB