> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.serverfreak.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Fix Slow Email Account Page Loading Due to Large Disk Usage of Users

|| If you encounter slow page loading when you open your Email Accounts page, that means you are facing excessive disk space usage or just too many accounts.  You have 2 options to speed up the loading of that page.


**Technique #1: Using Cache Option**
****
By default, the pop email disk usage caching option is disabled. You can enable this option by editing the **directadmin.conf** configuration via SSH

1. **vi /usr/local/directadmin/conf/directadmin.conf**

2.  Add below line into the **directadmin.conf** file to enable disk usage cache:
**pop_disk_usage_cache=1**
****
3.  Setup cronjob by editing the following command:
**vi /etc/cron.d/directadmin_cron**

4. Add below line into the command:

![](https://storage.crisp.chat/users/helpdesk/website/0e35a1b5-ce97-4d12-a27e-1bbafd0ae641/525e5c78-7ca1-4ec1-9c88-2993312d4d10.png)

|| **NOTE: **The above command is applied to ALL domain name. To apply to a single domain name, you need to type the following command instead:
![](https://storage.crisp.chat/users/helpdesk/website/0e35a1b5-ce97-4d12-a27e-1bbafd0ae641/5b0f8115-bd54-4400-abb7-7faeb8675dc4.png)

**NOTE**:  Domain.com is referring to a specific target domain name you wish to apply this cronjob command. 


5.  Restart crond service

service crond restart






**Technique # 2: Edit Directadmin.conf**
****

**vi /usr/local/directadmin/conf/directadmin.conf**

Disable pop3 disk usage completely by adding below line:

**count_pop_usage=0**
****