omusman
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOHey Saumya,
Thank you for your response, the cache buster query string is also been added to the urls when i save the posts as draft or as update or publish, i also tried with the fresh installation but nothing changed ? Is there anything i can share or provide for you to diagnose ?
Thanks.Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOAlso one more thing to add is, as i have disabled the buster query string, will the urls with cache buster quert string in the url will get redirected to normals urls just asking for the SEO part.
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOHi Saumya,
Thanks for the efforts you did to resolve the issue, i just wanted to report, as yoast settings are something which i don’t change much frequently. I just disable the Super Cache plugin, do the changes, and re-enable the plugin.
Is there any way to do completely uninstall of the current plugin including the database entries everything and do a fresh installation. (other than the traditional way of deleting the plugin and making sure to enable the Keep settings on deactivation option) ?
Thanks.Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOYes, i have enabled the Remove cache buster query string option.
Pastebin seems to be not storing full source code, here is the wetransfer link of the page https://example.com/wp-admin/admin.php?page=wpseo_page_settings#/crawl-optimization
https://we.tl/t-LmSkrdlZ9r
Thanks.Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOYes, issue still exists, the reason why i am pointing this out, because as i disable the cache, hence it removed the query string from the url and when i try saving the changes then, it works so it might be something this is causing issue.
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEONo, i tried in incognito and removed the line which changes the query from wp-config.php, now url is changed to:
/wp-admin/admin.php?page=wpseo_page_settings_saved&settings-updated=true&swcfpc=1- This reply was modified 1 year, 8 months ago by omusman.
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOHey Saumya,
Thanks for the reply,, i have checked the settings you showed in the image, also checked for WAF firewalls on Cloudflare, but none are used, and also follow the Cached Rules you shared in the Github link and disabled the Cache Buster Query Parameter. One thing i would like to share which i notice is when i saved the settings on yoast, the url which is been hit is this:
wp-admin/admin.php?page=wpseo_page_settings_saved&settings-updated=true&nocache=1
I have disabled the Query parameter still the nocache=1(i changed it with ?swcfpc=1) is appearing in the URL.
Thanks.Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOHey there,
I checked the WP JSON Endpoint option but it still is giving error upon saving the changes. The dev console has given this error:Error while saving: WordPress options save did not get to the end.
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOSure, i disabled all the plugin, just Super Cache and Yoast is enable, still error exists.
Forum: Plugins
In reply to: [Super Page Cache] Conflicting with Yoast SEOHi @isaumya
Thank you for the reply, i did as you suggested and just to mention, the cloning was a test, i also tested this on live site, and i am facing the issue on live environment too.Forum: Plugins
In reply to: [Autoptimize] Disable CSS Inline & DeferIn reference if someone need it, this includes all logged in users admins, editors all of them:
add_filter('autoptimize_filter_css_defer','really_bail_loggedin',10,0); function really_bail_loggedin() { if ( ! is_user_logged_in() ) { return true; } else { return false; } }
Thanks Frank;
Forum: Plugins
In reply to: [Super Page Cache] Cache Controller and QueryI am quoting the first warning
Forum: Plugins
In reply to: [Super Page Cache] Cache Controller and QueryI also think the Query error is from the plugin too, as i have a stagging site with plugin disabled, and not facing the error.
Forum: Plugins
In reply to: [Super Page Cache] Cache Controller and QueryNotice: Undefined offset: 3 in /home/example.com/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2554
Notice: Undefined offset: 3 in /home/example.com/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2553
Forum: Plugins
In reply to: [Super Page Cache] Purge Cache for this page onlyMost of the time i see these PHP notice when i update or publish post. Some post publish right off and some post just keep loading for a while in the admin panel, they are published on front-end but idk what keep them loading. i see no errors on console.