WordPress Caching – Transients API or “update_user_meta ” Cronjob?
Although both of your options (that is, using transients or using a cron job) are viable, I’m a fan of using transients unless the dataset is exceptionally large or if there is some need to automate the process. Without seeing much of your current code, it’s difficult to give a working example. Nonetheless, if you … Read more