Tag: cache

  • Filename cache busting for WordPress styles and scripts

    WordPress adds the version identifier to the script and style resource as a query string. Most proxies don’t cache these resources. You should encode the version into the filename. A plugin can handle this for you.

  • Simple Cache with the WordPress Transient API

    Today is our last post of our Advents Calendar, we hope you enjoyed it. WP Engineer wishes a Merry Christmas to our readers! WordPress has an API that is explicitly designed for time-controlled storage of data – the Transient API. This API is designed to cache any data in the database and very simple to…

  • Delete all Feed Cache via SQL in WordPress

    The Feed-Cache of WordPress is in the database, it’s in the table options and sometimes you like to delete it. With a little SQL this is done quite quickly – but be careful, there is no way back! Within WordPress I do it with the help of the Plugin Adminer, which allows a complete mySQL…

  • Feed Cache in WordPress

    WordPress already offers the possibility of own functions to read feeds and use it in your blog. Since version 2.8 of WordPress, a new feature is in use for that. So there are two ways to work with feeds in WordPress, and in both functions, the data is cached. But this is not always wanted,…