Hi,
I’m trying to optimize my WooCommerce site, but I’ve encountered an issue with the “CSS Loading Method - External Files” setting in Bricks Builder.
When I set styles at the element level (using the element’s ID), the CSS is correctly generated and loaded as an external file. However, when I assign a class to an element and style it, the generated CSS is loaded inline instead of being added to an external file.
You can observe this behavior on my site: https://parisperfumes.world/.
For example, the home page (ID 82) generates an external CSS file (around 16KB), visible in the network tab. Yet, at the same time, an additional “bricks-frontend-inline-inline-css” is loaded inline with around 11KB of CSS.