• Resolved leoeff

    (@leofx4)


    Hi,

    The criticalcss picked up our wishlist endpoint and making them blank for some users, is there a way to bulk delete the rules? I can’t figure out where the tables are in the db, thought id do it that way.

    THANKS!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    the critical CSS is stored in an option (a json object) with references to CSS files on the filesystem Leo. you can delete all rules from the settings page; Settings -> Autoptimize -> Critical CSS -> rules panel (bottom) -> “Delete all rules”.

    To avoid CCSS for the wishlist you can create a path-based rule (for path /wishlist/ or whatever the wishlist endpoint is) and set the CCSS to none. this manual rule will ensure (a) no CCSS is used and (b) that for that path (and below) no automatic CCSS rules are created.

    hope this helps,
    frank

    Thread Starter leoeff

    (@leofx4)

    Awesome! thank you!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete CriticalCSS Rules in Bulk’ is closed to new replies.