lw5
Forum Replies Created
-
I found that indexation won’t start, giving the message “Something went wrong while optimizing the SEO data of your site. Please try again later.” and the JavaScript error “SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data” when you have
define('WP_DEBUG_DISPLAY', true);in your wp-config.php ánd get actual warnings/notices.Yoast 14.0.4
WP 5.4.1Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Conditional CacheDoh, I just tested this; you’re right. I mistakenly thought there was still some PHP executed before requesting the cache.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Conditional CacheYes, but Must Use plugins execute before WP Fastest Cache, so I was hoping to be able to do something from there.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Conditional CacheNo, I only want to bypass using the cached version of a page for certain visitors. So, say I have a $_SESSION variable ‘no_cache’, I’d like to have the page render in full and not use the cache. When the variable is not set, I want to load the cached page.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Conditional CacheNo, I want to opt-out of using the cached page (without re-creating the cached page) in some situations. Either that, or have the ability to choose between ‘cached versions’ of a page. My backup solution is to exclude these pages from the caching entirely.
Forum: Hacks
In reply to: wp_update_post and base64 imagesThanks for your reply. I’m not sure what happened, but the problem disappeared after I made some unrelated adjustments to the code. In a way this is even more frustrating than the original problem, but I’ll have to mark this as resolved 🙁
Forum: Plugins
In reply to: wp_update_post and base64 images–> Moved here