1

Topic: iredadmin slow response

Hi, I am just install a band new iRedAdmin-Pro-MySQL-1.4.0 in CentOS 6.0 x64
The system is not yet in production but I found that there are 3 seconds delay no matter I click to which page in the iredadmin page.
Is it abnormal ? any solution to improve the speed ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iredadmin slow response

- May i know which version of iRedMail you're running? Is it the latest iRedMail-0.8.1?
- Do you have RPM package mod_wsgi installed?
- Please show me content of file /etc/httpd/conf.d/iredadmin.conf.

3

Re: iredadmin slow response

Yes, it is the latest iRedMail-0.8.1
I have installed mod_wsgi

content of file /etc/httpd/conf.d/iredadmin.conf
-------------------------------------------------------
WSGISocketPrefix /var/run/wsgi
WSGIDaemonProcess iredadmin user=iredadmin threads=15
WSGIProcessGroup iredadmin

AddType text/html .py

<Directory /var/www/iredadmin/>
    Order allow,deny
    Allow from all
</Directory>
-------------------------------------------------------

4

Re: iredadmin slow response

Is it faster if you run iRedAdmin-Pro this way:

# /etc/init.d/iptables stop
# cd /var/www/iredadmin/
# python iredadmin.py

It will listen on port 8080, so please visit http://your_server:8080/ in your web browser. Let me know whether it runs faster or not.
Don't forget to enable iptables after testing:

# /etc/init.d/iptables start

5

Re: iredadmin slow response

ZhangHuangbin wrote:

Is it faster if you run iRedAdmin-Pro this way:

# /etc/init.d/iptables stop
# cd /var/www/iredadmin/
# python iredadmin.py

It will listen on port 8080, so please visit http://your_server:8080/ in your web browser. Let me know whether it runs faster or not.
Don't forget to enable iptables after testing:

# /etc/init.d/iptables start

seems to be the same speed, no different