Tag: performance
-
PCIe-NVMe – Faster Than SSD
A combination of a PCIe expansion bus and a NVMe device interface will really make your database sing.
-
Spring Clean WordPress to Make It Secure and Faster
Even well-maintained WordPress sites tend to accumulate cruft. They might not clog the website directly but might affect how it works in the future.
-
Make Your Site Faster with Caching
Cache is one of those things you often hear about but might never see explained anywhere. We decided to give it a shot: here’s all about WordPress caches!
-
Upgrade to PHP 7.3 for Better WordPress Performance and Security
If you are running WordPress on an ancient PHP version, you should update to version 7.3 as soon as possible. We’ll explain why and how in this article.
-
300% faster WordPress load times with transients
Did you know that WordPress has a built-in caching system called transients? They are easy to use and extremely effective when used correctly. In this article I will demonstrate how we used the WP Transient API functions and made our…
-
Debug PHP performance issues with Tideways
Tideways is a service to analyze what your WordPress PHP code is doing. In this post we show an example of a slow WordPress site, and how it was fixed!