Author

Topic: How can I speed up a homepage made with WordPress? (Read 162 times)

?
Activity: -
Merit: -
W3 Total Cache and wp rocket both are great plugins available for wordpress and it reduced frequent database connections which help reduce in server response time
newbie
Activity: 73
Merit: 0
Optimize Images - Compress and resize images to the right sizes. Use a plugin like EWWW Image Optimizer or ShortPixel.
Enable Caching - Use a caching plugin like WP Rocket or WP Fastest Cache. Caching stores pages to load faster later.
Minify CSS/JS - Minifying removes whitespace and compacts files. Use Autoptimize plugin.
Use a Content Delivery Network (CDN) - Host static files like images, CSS and JS on a CDN for faster load times globally.
Limit Plugins - Remove unused plugins. Too many plugins can slow things down.
Switch to a Faster Host - Switch from slow shared hosting to a well-optimized WordPress host.
Deactivate Visual Editor - The visual editor can slow the backend editor. Disable if not needed.
Optimize Database - Cleanup database tables and queries with a plugin like WP-Optimize.
jr. member
Activity: 43
Merit: 1
100% WP Rocket it's for sure worth it.

I tried WP Super Cache (free) with enabling preloading but it just didn't really speed up.

The caching from WP Rocket is crazy and in general it's the best speed up plugin for wordpress

It's no ad or something I really believe what I said
legendary
Activity: 3584
Merit: 5243
https://merel.mobi => buy facemasks with BTC/LTC
Do you run on a dedicated server, a VPS or shared hosting?

In the first case, i'd start by looking at your system load, if you're on a VPS you can also look at the load of your system, but it might be possible the company you're renting your VPS from overallocated and (depending on the technology they used), your VPS might look ok, but it might still be a load problem.
In the case of a VPS or shared hosting, i'd recommend following the next steps, and if they don't solve your problem, contact your hosting provider and ask them about the load on the system you're running on.

If the load is ok, i'd start by using Cache (as described by bayu7adi) and by looking at your content (as described by others).

If the load is ok, and the content is ok, and the cache is up and running, i'd start by disabling all your plugins. See if this solves your problem (if it does, enable them one by one untill you find the one that's problematic)

If the load is ok, and the content is ok, and the cache is up and running, and the plugins aren't the problem, try switching themes to a default theme. See if that solves the problem

If the load is ok, and the content is ok, and the cache is up and running, and the plugins are ok, and the theme is ok, make sure you didn't modify any php files (or check if you haven't been hacked).

If all of this is ok, the problem might be the configuration of your apache/nginx/lighthttpd/... or mysql/mariadb/... This is a topic on it's own, but there are a few tools like mysqltuner that pop to mind to debug this issue.

In the past, i've also used some debug tools for wordpress... IIRC, there was even an option to write debug info to a logfile straight in the config file, but i cannot remember exactly.
hero member
Activity: 1470
Merit: 555
dont be greedy
Optimizing a WordPress homepage typically involves the use of LiteSpeed Cache. This plugin also comes equipped with a handy lazy load feature, which significantly enhances loading times. I make sure to consider this a must-have plugin every time I create a website using WordPress.

Another essential plugin I always install is Yoast SEO for optimizing each page of the website and SEO purpose for my content.

Links:
LiteSpeed Cache: LiteSpeed Tech
Yoast SEO: Yoast
legendary
Activity: 2026
Merit: 1034
Fill Your Barrel with Bitcoins!
Run a test for your site using: https://pagespeed.web.dev/

You'll be able to see what is causing your page to load slowly.
legendary
Activity: 1624
Merit: 1007
You can speed up the mobile pages with an AMP plugin for WordPress. Also, check the file size of the images. Might need smaller file size or a different image file type for them to load faster.

Image optimization was done using the ewww plugin. but it's still slow

Theres a few options for this.
If you already use smaller images (webp format) are you also using something like lightspeedcache ?
The website speed could also be slow beacuse of the wordpress theme, which are you using ?
Do you have a lot of plugins that are installed ?
Speed also depends on the hosting you use, quite a significant facotor
newbie
Activity: 9
Merit: 0
You can speed up the mobile pages with an AMP plugin for WordPress. Also, check the file size of the images. Might need smaller file size or a different image file type for them to load faster.

Image optimization was done using the ewww plugin. but it's still slow
newbie
Activity: 6
Merit: 0
You can speed up the mobile pages with an AMP plugin for WordPress. Also, check the file size of the images. Might need smaller file size or a different image file type for them to load faster.
newbie
Activity: 9
Merit: 0
Since there were a lot of images on the page, I edited them with low-quality images.
Then I installed the caching plugin and changed it to a webp file.
However, when I checked pagespeed insights, the page speed was still slow.
I'm really worried. Please tell me another way. Cry
Jump to: