We have been running Zimbra for awhile now and began to experience an issue with the web client being very slow. It takes up to 2 minutes for the login page to display and 2 more minutes to login. Once logged in, the performance is fine. We are not experiencing any issues with POP3 or IMAP clients. The server hardware has not changed and the user count is about the same. Rebooting has not fixed the issue. We over installed the version we are using (6.0.7) and still the same issue. I noticed the following lines in the logs:
Code:
2010-08-12 17:41:57,399 INFO [btpool0-25://localhost:880/service/soap/AuthRequest] [oip=10.2.0.50;ua=zclient/6.0.7_GA_2473.RHEL5_64;] soap - AuthRequest
2010-08-12 17:41:57,538 INFO [btpool0-25://localhost:880/service/soap/AuthRequest] [oip=10.2.0.50;ua=zclient/6.0.7_GA_2473.RHEL5_64;] soap - AuthRequest
2010-08-12 17:43:27,650 INFO [btpool0-21://localhost:880/service/soap/BatchRequest] [name=admin@mydomain.com;mid=1;oip=10.2.0.50;ua=zclient/6.0.7_GA_2473.RHEL5_64;] soap - BatchRequest
2010-08-12 17:43:27,651 INFO [btpool0-21://localhost:880/service/soap/BatchRequest] [name=admin@mydomain.com;mid=1;oip=10.2.0.50;ua=zclient/6.0.7_GA_2473.RHEL5_64;] soap - (batch) GetInfoRequest
2010-08-12 17:43:28,186 INFO [btpool0-21://localhost:880/service/soap/BatchRequest] [name=admin@mydomain.com;mid=1;oip=10.2.0.50;ua=zclient/6.0.7_GA_2473.RHEL5_64;] soap - (batch) SearchRequest
2010-08-12 17:44:01,854 INFO [btpool0-22://mail.mydomain.com:880/service/soap/BatchRequest] [name=admin@mydomain.com;mid=1;ip=10.2.0.50;ua=ZimbraWebClient - FF3.0 (Win)/6.0.7_GA_2473.RHEL5_64;] soap - BatchRequest
2010-08-12 17:44:01,854 INFO [btpool0-22://mail.mydomain.com:880/service/soap/BatchRequest] [name=admin@mydomain.com;mid=1;ip=10.2.0.50;ua=ZimbraWebClient - FF3.0 (Win)/6.0.7_GA_2473.RHEL5_64;] soap - (batch) GetMailboxMetadataRequest
2010-08-12 17:44:10,572 INFO [btpool0-26://mail.mydomain.com:880/service/soap/GetMiniCalRequest] [name=admin@mydomain.com;mid=1;ip=10.2.0.50;ua=ZimbraWebClient - FF3.0 (Win)/6.0.7_GA_2473.RHEL5_64;] soap - GetMiniCalRequest
2010-08-12 17:44:15,911 INFO [btpool0-26://mail.mydomain.com:880/service/soap/SearchRequest] [name=admin@mydomain.com;mid=1;ip=10.2.0.50;ua=ZimbraWebClient - FF3.0 (Win)/6.0.7_GA_2473.RHEL5_64;] soap - SearchRequest
Notice a 2 minute delay between AuthRequest and BatchRequest. There is another about 1 minute delay before it is actually logged in. Any ideas?