1 Introduction I have always wanted to build a synchronously updated static copy for a dynamic blog based on WordPress. On the one hand, it is out of the pursuit of "full site cache" and "always online" capabilities - after all, early blogs have not yet achieved disaster recovery and dual-active deployment, and WordPress itself...
1 Introduction My previous blog architecture is a home data center (master node + hot standby node) + Tencent Cloud (disaster recovery node), which is a typical "single node read and write" solution. Since only the master node is responsible for processing database read and write requests on a daily basis, there is no need for real-time synchronization between databases: every time...
1 Introduction As the expiration date of Tencent Cloud Lightweight Server is approaching, I have been hesitating whether to renew it. The first year was 99 yuan/year, and the second year I remember was 300 yuan/year (I don’t remember clearly, about that), and what is the price for the third year? I took a look and saw that: I thought the backup…
1 Introduction Recently, when I was browsing some websites, I saw that others provided buttons for sharing website content to mainstream social software. I thought about it and felt that this was still useful: someone is willing to share your article, but you still need to ask them to manually copy the address link of the article in the browser address bar.
1 Introduction Many friends who use Cloudflare CDN often encounter such a problem: after modifying some content of the website, they find that the changes do not take effect immediately after refreshing the webpage. At this time, everyone's first reaction is often to go to the Cloudflare dashboard...
1 Introduction Before, I used FontAwesome (Free version) for the icons of my blog links and menus, and the effect was pretty good: However, I used the official CDN of FontAwesome at that time, which required plug-in in WordPress…
1 Introduction In WordPress, there are many ways to implement article reading statistics. The common practice is usually to use plug-ins, insert code in the theme file (usually functions.php), and store the reading count in the local database. Depending on the implementation method,…
1 Introduction This week's original plan was not to write this article, but when I was researching "The impact of APO on WordPress content cache", I accidentally discovered an abnormal situation: the response header of the blog access request appeared "Cf-Cache-Status...
1 Introduction I first knew Cloudflare at the beginning of last year, and it has been almost a year now. During this year, I used a Free account to enjoy many of Cloudflare's features (CDN cache acceleration, WAF, DDoS attack protection, Tunnel...
1 Introduction In the Internet age, web page loading speed has become a key factor affecting user experience and SEO ranking. Among them, TBT (Total Blocking Time) is an important indicator for measuring web page performance. TBT measures…