Series: WordPress Performance Optimization Notes
-
Post Views: 38 1. Discover problems Recently, in Tools → Site Health in the WordPress background, I found a ‘critical problem’: Page cache is not detected, and the server response time is slow As shown in Figure 1, site health directly suggests that this is a problem that may have a major impact on performance or security and needs to…
-
Post Views: 31 The background of the problem I run a WordPress-based bilingual website (Chinese/English), using polylang Plugins to manage multilingual content. In order to create corresponding English translations for existing Chinese categories/labels in batches, I wrote a php script polylang-batch-zh-to-en-tags.php. However, when executing the script, the terminal suddenly reported a fatal error: The script crashes directly and cannot continue…
-
Post Views: 29 Background my site www.shuijingwanwq.com It is a WordPress-based content station, with about 20,000 pages, and the average daily traffic is gradually increasing. The server uses Alibaba Cloud ECS (1 core 2GB), and the Web environment uses OneInStack (NGINX + PHP-FPM + Redis + Alibaba Cloud RDS MySQL). The website has been running smoothly until a large area…
-
Post Views: 21 Let’s talk about my site first: personal technical blog, WordPress 7.0 construction, with Polylang bilingual plug-in, there are only about 2,000 text articles, butThe number of labels is as high as 18000+. It is also this massive tab page that makes my 1-core 2G Alibaba Cloud ECS frequently roll over, the most serious June 3, a single…
-
Post Views: 16 Preface After completing the basic optimization of the first few rounds, my WordPress site (about 2000 articles, the number of tags is 18,000+) has been able to run stably under a certain daily visit. But as I translated Chinese articles into English (in the follow-up plan to add Japanese),Access experience for overseas usersbecome a new shortcoming. In…
-
Post Views: 17 Background A WordPress site I maintain, in order to enhance security protection, I have recently configured a global restriction rule in Nginx. Shortly after the configuration was completed, when editing the article, it was found that the tag could not be added and saved normally, and the browser console and nginx logs appeared frequently 429 Too Many…
-
Post Views: 10 🧩 1. Background (Background) During the performance optimization of the WordPress website, I tried using: The goal is: Improve the page loading speed and prepare for subsequent CDN (Cloudflare) launch. 🧪 2. Problem Symptoms The following exception is found during the inspection process: 1️⃣ The page response header is abnormal 👉 Indicates that the page is still…
