Do Unix Domain Sockets boost WordPress performance?
The WordPress codex mentions using Unix Domain Sockets for database connections. But does it improve performance? This article explains how to use Unix Domain Sockets and tests their performance.
The WordPress codex mentions using Unix Domain Sockets for database connections. But does it improve performance? This article explains how to use Unix Domain Sockets and tests their performance.
Occasionally your laptop might not completely shutdown, and won’t restart. This article provides tips on fixing this condition, as well as a discussion of battery reset buttons, how to use them, and when.
This article outlines how to use CloudFlare Firewall Rules to add additional protection to the WordPress login page. In addition, protection against exploits on vulnerable plugins and rogue file uploads is provided too. Rules updated: Jan/21/2021.
This article outlines how to add a Fail2Ban filter that reads security events written to syslog by Ninjafirewall WP+ Edition, and bans IP addresses for events marked MEDIUM or higher.
In this article, we will intercept the generation of script tags, and alter the output in an attempt to improve web site performance. The filter code will add either a defer or async attribute to the script tag.