Roundcube Community Forum

 

slow response/loading

Started by desmondchok, March 26, 2014, 12:15:12 PM

Previous topic - Next topic

desmondchok

When ever click on new link .5 second delay (loading/checking error message).
Anyway turn it off or faster the loading... ?

sixstorm1

#1
Same here.

I've just installed RoundCube (on top of hMailServer), created a single test mailbox and I find the interface being slow in general (2 to 3 seconds delay to compose a new message, or 1 second delay to navigate through messages). I have not found what is causing RoundCube to be slow.

My box is a brand new, freshly installed Windows Server 2012 R2 with a Xeon CPU running at a mere 3% on average. RAM is 6% used with GBs of memory available. Emails and database (SQL Server) on a SSD RAID. Tried locally on the server, ruling out network latency/speed problems. Everything else (including other PHP web sites) hosted on that server are lightning fast, with instant response times.

Perfromance Monitor showing very little CPU or Disk I/O (a few Kb/s by SQL Server, php-cgi at 2%) when navigating through RoundCube's interface.

What could be the issue? Is PHP or RoundCube doing some kind of throttling?

SKaero

Enable imap_debug and post the log.

sixstorm1

Found the issue... Replaced localhost with 127.0.0.1 everywhere (RoundCube config, hMailServerConfig, ...) and now it's blazing fast  8)