• Hi. Some of my product pages lost there CSS. I have a question. Do I have to purge all my cache in WP-Optimize – Cache every time when I make changes, or it can be caused by something else?. Presently after purge I cant see the problem. Some of these products were not edited. Best regards

    • This topic was modified 4 days, 1 hour ago by krisp303.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support wpmansour

    (@wpmansour)

    It seems like the issue with your product page CSS is related to caching. When you make changes or updates, old cached versions may cause styling issues. Purging the cache, as you’ve done, usually resolves this. Even if the products weren’t edited, global CSS updates can affect them if the cache isn’t refreshed.

    To avoid this in the future, try enabling automatic cache purging in WP-Optimize whenever you make changes. If the problem persists, consider excluding CSS files or specific pages from caching. Let me know if you need help with these settings!

    Thread Starter krisp303

    (@krisp303)

    Thanks for reply. If the problem will remain I will let You know.

    Thread Starter krisp303

    (@krisp303)

    I still need help.

    “To avoid this in the future, try enabling automatic cache purging in WP-Optimize whenever you make changes. If the problem persists, consider excluding CSS files or specific pages from caching. Let me know if you need help with these settings!”

    1. how to enable automatic cache purging in WP-Optimize whenever I make changes?
    2. can I exclude product pages from caching? how shold I enter the address: https://ksiegarnianadzieja.pl/produkt/ ?
    3. Since I’ve installed plugin I have a problem with a server response. It last long when Im updating products
    Plugin Support vupdraft

    (@vupdraft)

    1. When changes are made, WPO either does a full or partial cache preload

    Full cache purge:

    • When changing/updating current themes and parent themes (of child themes)
    • When changing/updating current plugins
    • When turning off the cache feature in WP-Optimize
    • When editing widgets
    • When saving the customizer settings
    • When updating a menu
    • When Autoptimize purges its cache
    • When updating permalink structure
    • When changing cache settings
    • When updating string translations in WPML plugin
    • When updating the ‘posts_per_page’ option
    • When purging Avada theme’s fusion caches
    • When saving any of GetWooPlugins’ settings (Premium)

    This can be changed by hooking into the filter wpo_purge_cache_hooks. E.g.// Add a new action that will trigger a cache purge add_filter( ‘wpo_purge_cache_hooks’, function( $actions ) { $actions[] = ‘my_custom_action’; return $actions; } ); Partial cache purge:

    • When you publish new content or update/edit existing content, the cache for that post/page will be cleared, as well as associated content (category archives, blog archives)
    • When comments are approved, or their status changes
    • When terms are created or updated
    • When changing/updating stock quantity of WooCommerce product or product variation
    • When updating the ‘page_on_front’ option
    • When updating ‘page_for_posts’ option
    • When updating the ‘URLs to exclude from caching’ WP-Optimize caching configuration
    • When trashing a post
    • When running importers
    • When WooCommerce product is on sale (Premium)

    2. In cache >> URL’s to exclude from caching enter this: /products/*

    3. Can you post your php error logs using a tools such as pastebin.com These should be in the root of your site

    Thread Starter krisp303

    (@krisp303)

    Thanks for reply. I have turned off the plugin for a moment. I had debugging switched off so I cant send you error log. When I go back to the plugin and problems arise, I will let you know. For now, thank you and best regards

    Plugin Support vupdraft

    (@vupdraft)

    Do get back to us if we can help in any way

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.