Blog
-
Recovering Images from WordPress’ Downscaled Images
Many years ago WordPress introduce a new method for handling large images. If an image larger then 2560px wide is uploaded then WordPress would generate a scaled down version. These…
-
Checking for Large Autoloaded Data with WP-CLI
WordPress databases comes with an options table, and entries in this table can be marked for autoload. Autoloading means the row of data will be included with each request to…