XenForo
Administrative
- Thread starter
- Admin
- #1
From my experience, I would like to share some ways to speed up page loading (apart from adding server hardware configuration). Hope it helps someone in need.
1. Enable HTTP2 and Brotli (if your webserver supports it)
2. Install and configure Zend Opcache to speed up PHP processing and reduce CPU load.
3. Install Memcached (or you can choose another, but I choose Memcached because it's easy to use
)
4. Create a .htaccess file to cache the content and images. Eg:
Code:
Read more
ادامه مطلب...
1. Enable HTTP2 and Brotli (if your webserver supports it)
2. Install and configure Zend Opcache to speed up PHP processing and reduce CPU load.
3. Install Memcached (or you can choose another, but I choose Memcached because it's easy to use
4. Create a .htaccess file to cache the content and images. Eg:
Code:
Header set...Read more
ادامه مطلب...