Hello @dioni00 ,
I tested the reported issue on a new instance of WordPress with our Speed Optimizer enabled with all levels of caching, as well as the Security Optimizer plugin enabled. Then, I excluded the /privacy-policy/ page of my test site from being cached. Then I flushed the cache. When testing the results, all other pages of my test site were cached, except for the /privacy-policy/ cache. It was properly excluded from caching.
Here is my test:
$ curl -I -X GET https://test.****.eu/privacy-policy/ | grep x-proxy-cache
x-proxy-cache: MISS
x-proxy-cache-info: W NC:000000 UP:
but
$ curl -I -X GET https://test.****.eu/sample-page/ | grep x-proxy-cache
x-proxy-cache: HIT
I would advise you to temporarily disable the other plugins in your site and then test the URL exclusion again. Remember to purge the cache before your tests.
[ Please do not spam ]
I have the same problem. I am using Siteground plugins: Security Optimizer and Speed Optimizer and I am forced to disable Speed Optimizer because it gives me problems with cache.
When enabled, it causes broken CSS menus and other problems.
Probably (I think) there is some conflict with Elementor.
Hello @spolaorso,
We have thousands of WordPress clients hosting sites with Elementor and SiteGround’s Performance and Security Optimizer plugins enabled. In most cases, reports related to broken CSS styles are related to third party plugin conflicts. These usually occur with plugins which would not follow the strict coding standards for CSS Styles.
For such cases, instead of disabling a plugin, you may consider excluding the style related to the menu. You can read more at:
https://eu.siteground.com/tutorials/wordpress/speed-optimizer/frontend-optimization/#Combine_CSS_and_JS_files
Each one of the front en d optimization options allows exclusion of styles. Please, give it a try, as well as trying my suggestion in the previous thread – to temporarily disable the other plugins and enable them one by one.
[ Please do not spam ]
Thanks a lot Plamen
I managed to fix the problem by disabling “Defer render-blocking JavaScript”.
If I disable minification and CSS/JavaScript combinations, nothing changes.
After disabling all minifications and combinations, I disabled “Defer render-blocking JavaScript” and the dropdown menus works.
The strange thing is that the problem does not occur when I visit the site as a logged-in administrator.
Hello @spolaorso,
I am happy to hear that you found a way to resolve the issue you have encountered.
As for the absence of the issue while navigating the administrative dashboard of your website, it is actually anticipated. Most caching plugins and solutions are designed to bypass or minimize caching for the admin dashboard. This ensures that administrators always see the most up-to-date information and changes as they are made.
Kind Regards,
Preslav Kenanov