Roundcube Community Forum

Release Support => Release Discussion => Topic started by: desmondchok on March 26, 2014, 12:15:12 PM

Title: slow response/loading
Post by: desmondchok on March 26, 2014, 12:15:12 PM
When ever click on new link .5 second delay (loading/checking error message).
Anyway turn it off or faster the loading... ?
Title: Re: slow response/loading
Post by: sixstorm1 on June 06, 2014, 11:16:56 PM
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?
Title: Re: slow response/loading
Post by: SKaero on June 06, 2014, 11:50:35 PM
Enable imap_debug and post the log.
Title: Re: slow response/loading
Post by: sixstorm1 on June 22, 2014, 12:05:31 AM
Found the issue... Replaced localhost with 127.0.0.1 everywhere (RoundCube config, hMailServerConfig, ...) and now it's blazing fast  8)