Which wordpress plugin for load optimisation?

I would go with WP-optimize. Was always one of the best plugins for optimisation available.
 
Load optimization do you mean your site is causing high load on the server ? If yes then database optimization is required. Other then that Check jch-optimize plugin for minifying css and java scripts.
 
Free plugin:
- WP Super Cache
- Javascript with jsDelivr WordPress CDN Plugin
- BJ Lazyload
- Use Google Libraries
- Speed Booster Pack
- Async Social Sharing
- Plugin Performance Profile
 
use W3cache plugin it will reduce server load by caching pages.
so every time user visit your site server will send a static HTML page
 
Try to limit your plugins and scripts. You shouldn't need a plugin for this type of optimization.
 
I've just integrated my site with Cloudflare + CDN, so I don't use cache plugin anymore.
 
What exactly are you using Wordpress for? That's really the first question.

Wordpress is actually pretty overkill for a lot of things, in some cases, a simple static page generator like Hugo or some other program might suffice.
 
Back
Top Bottom