home.social

#objectcache — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #objectcache, aggregated by home.social.

fetched live
  1. TIL: Defining a default value within register_post_meta drives you crazy if you no more aware of that you did it. It still persists, even if it is not in the database or the object cache.

    Found out around an hour later … 🥲

    kittsteiner.blog/blog/2026/def #Database #Development #ObjectCache #TIL #WebDev #WebDevelopment #WordPress
  2. TIL: While creating a new site in a multisite, you cannot properly work with site transients since wp_installing() returns true and thus only uses the object cache and never checks the database.

    So beware if you need to rely on this while not using an object cache.

    Workaround: use a site option instead.

    #WordPress #Multisite #Transients #ObjectCache #Database #TIL

  3. They say that the problem is always caching, but what kind of caching? I briefly describe a small visual display issue on my WordPress site that I resolved by clearing our Redis cache.

    thenewleafjournal.com/leaf/wp-

    #wordpress #wordpressplugin #redis #objectcache #caching