Month: January 2019

  • Better Caching in WordPress

    Better Caching in WordPress

    Caching data in WordPress is essential for performance. Using the Transients API is common but using the WP_Object_Cache functions can offer more flexibility, especially for scenarios like API data changes. Additionally, caching too much data can lead to inefficiencies, so optimizing cache object size can significantly improve performance.

  • Bulk Registering Steam Keys

    Bulk Registering Steam Keys

    Due to the crazy good deals that Humble provides, I discovered that I had hundreds of Steam keys that I haven’t registered. After spending way too long exporting all of my keys from the Humble site, via some JS console trickery, I ended up with a spreadsheet of 1,285 unique Steam keys. Unfortunately, I’ve randomly…