View Single Post
  #2  
Old 05-30-2012, 11:39 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
CMS usually require backend database access. So the issue could be db access takes time after extended idle time.

You can create a simple hello or phpinfo php script that does not require db access to test your case.
Reply With Quote