Loading WordPress Backend Faster is a dream to many. Somehow if they can manage the Frontend to load faster, the backend remains badly slow. Here is a guide for Loading WordPress Backend Faster.
The Basic Need To Know Facts Needed for Loading WordPress Backend Faster
It is most important to make a note that, you need a good quality server (Optimized Cloud Server with Load Balancers is recommended), CDN and Good WordPress Cache Plugins. For this tutorial, Loading WordPress Backend Faster we will use Rackspace Cloud Files / Akamai CDN. The basic principle will be same for Amazon and NetDNA / MaxCDN.
If you are seeking for Loading WordPress Backend Faster, you must understand the following :
---
- A safer CDN is needed for the process we will use for this Loading WordPress Backend Faster trick
- HTTPS CDN is preferred
- Backend needs huge number of static files including javascripts, CSS files and images.
Steps for Loading WordPress Backend Faster
Server Tweaks for Loading WordPress Backend Faster
As said above, a Scalable Cloud Infrastructure for WordPress is important for the whole website. You can create it yourself or use some ready made such Platform.
.htaccess Tweaks for Loading WordPress Backend Faster
nginx will perform better than Apache. If you are using Apache, you can increase the php memory limit from .htacess. For Rackspace Cloud Sites, there is practically no upper limit up to what you can increase this php memory. There will be limit for the Cloud Servers, obviously. You can increase to few GB (you have to mention as MB).
In order to increase the php memory, you can add this to your .htaccess file (in the root) :
1 | php_value memory_limit valueM |
in wp-config.php, you need to add :
1 | define(˜WP_MEMORY_LIMIT™, ˜valueM™); |
Change the words value to 512 or 1024. Use Speed up WordPress by Gzip Compression from .htaccess tricks too.
Dirty CDN tricks for Loading WordPress Backend Faster
We are providing the example with WP Super Cache. W3 Total will work in the same way. Open the CDN container / bucket , which is mentioned as CDN in WP Super Cache’s CDN settings :

Upload all the static content there, pseudo-hierarchically. Now go to WP Super Cache CDN config page and add wp-admin too :

Save it. See the speed of loading. Do not use a crap risky CDN for this part of Loading WordPress Backend Faster trick. You will get hacked in no time !
No trick listed among all of Loading WordPress Backend Faster guide will work if your Theme is a badly coded theme.
