Actually, using a domestic VPS won't result in slow internet speeds, but when it comes to optimizing WordPress, you always feel like tinkering when you have free time. Do you want to know where your website is slow? You can try the GTmetrix website.
GTmetrix Introduction
GTmetrix is an online webpage speed testing tool. It rates website speed using Google Page Speed and Yahoo YSlow, and provides actionable suggestions to improve website performance.

After testing, it will give you many suggestions. For beginners, these are often suggestions they don't understand, so whether to tinker with them is up to you. I installed a caching plugin, and it improved things a bit.

Website:
https://gtmetrix.com/(May not be directly accessible)
Some Tips for Optimizing WordPress
Optimizing WordPress is a meticulous task. For ordinary users, achieving a very high score isn't that easy. Moreover, it's not necessary to chase that extra second or so of speed. As long as the webpage opens without feeling slow, that's okay. Content is king. In summary, optimizing WordPress essentially comes down to
Getting a high-performance VPS(Domestic is best, the performance improvement will be very noticeable), reducing resource requests (streamlining CSS, JS, and other external resources), and caching database queries. If you want to optimize WordPress, you can refer to the following methods. Install a
Query Monitor plugin. It can tell you which resources are loaded on your site and what database queries are performed. Install a caching plugin; well-known ones include WP Super Cache and W3 Total Cache. You can search and install them directly from the backend. Add a CDN to your website. You can add it for the entire site or just for images. For adding CDN only for images, you can refer to
using Upyun to accelerate WordPress websitesThen, for more complex operations, you might need a VPS or a more advanced shared hosting plan to support the following optimizations.
Configure Nginx fastcgi_cache to Cache and Accelerate WordPress WebsitesOr install a Memcached cache (this is what Naiba currently uses). Method reference:
Baota Panel: Methods for Installing Extensions like Memcached and ionCube(Specific detailed tutorial hasn't been written yet, leaving a placeholder or you can search online; tutorials are available.)
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.