My website resets when accessing the index page
My website resets when accessing the index page
My website resets when accessing the index page
Should I use transients for these API call results?
On your master site, register a new XML RPC method that accepts a date argument and replies back with all content published since then. For each of your drone sites, register a cron hook that pings the master every X minutes/hours with the date of the most recently “imported” content, and then saves the response … Read more
Super cache caches mobile pages for desktop
GravatarLocalCache Plugin Broken in WordPress 4.2
Having 4000 posts, my site is so slow
Page wrongly displayed when cache plugin activated
Using the Network tool in the Inspector I found out that there was a third party caching service in action. “Cloudflare” via Bluehost.
Last time I used this plugin, you had to flush the entire cache to do this: add_action(‘save_post’,’custom_clear_wp_super_cache’); function custom_clear_wp_super_cache($post_id) { if (function_exists(‘wp_cache_clear_cache’)) {wp_cache_clear_cache();} } There may (or may not) be a method of flushing the cache for a particular post now.
Were you using any cache plugins like W3 Total Cache? If so, you’ll need to get access via sftp or ssh to disable the plugin (rename the dir wp-content/plugins/w3-total-cache to something else).