|
it sounds like it takes a long time to compile php script the first time. since your opcode cache TTL is longer than 60 mins, next request hits opcode cache, hence fast.
check your i/o wait and see if your hard drive slow down php script loading from disk.
another thing you can try: run a cronjob to pull the low traffic site more often to refresh opcode cache before it expires.
|