Author Topic: slow response/loading  (Read 5826 times)

Offline desmondchok

  • Newbie
  • *
  • Posts: 1
slow response/loading
« 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... ?

Offline sixstorm1

  • Newbie
  • *
  • Posts: 2
Re: slow response/loading
« Reply #1 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?
« Last Edit: June 06, 2014, 11:27:35 PM by sixstorm1 »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: slow response/loading
« Reply #2 on: June 06, 2014, 11:50:35 PM »
Enable imap_debug and post the log.

Offline sixstorm1

  • Newbie
  • *
  • Posts: 2
Re: slow response/loading
« Reply #3 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)