View Single Post
  #3  
Old 12-11-2012, 06:12 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
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.
Reply With Quote