Description
Builder Critical CSS Tools provides developer-friendly controls to:
- Clear builder static CSS caches (Divi supported via its internal cache API)
- Trigger a safe Critical CSS workflow by clearing caches and optionally warming key URLs
- Show a reminder when site changes likely require regeneration
- Record evidence: last regeneration trigger time and cache warming completion time
This plugin does not replace your builder’s performance engine. On Divi sites, clearing static resources typically prompts Divi to regenerate generated CSS (including Critical CSS) as pages are requested.
Installation
- Upload the plugin ZIP via Plugins > Add New > Upload Plugin, or unzip into /wp-content/plugins/.
- Activate «Builder Critical CSS Tools».
- Use the Admin Bar menu «Builder CSS» or Tools > Builder Critical CSS Tools.
FAQ
-
How do I know regeneration happened?
-
Builders like Divi regenerate Critical CSS lazily when pages are requested after caches are cleared. This plugin records a timestamp for the last regeneration trigger and, if cache warming is enabled, records when warming finished.
-
Does this generate Critical CSS by itself?
-
No. It focuses on clearing caches and managing a safe workflow. It can optionally warm your homepage and a few recently updated pages to help your builder regenerate cached CSS without manually visiting each page.
-
Does it work with Divi?
-
Yes. It detects Divi and uses Divi’s internal cache clear method for static CSS when available.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Builder Critical CSS Tools” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Builder Critical CSS Tools” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.2
- Finalized builder-safe Critical CSS status wording for WP.org submission.
- Clarified that some builders manage Critical CSS internally without exposing a readable setting.
1.1.1
- Fixed Critical CSS setting status reporting for Divi version differences (now reports Unknown unless confidently Enabled).
- Added an admin-only debug row showing detected option values.
1.1.0
- Added evidence timestamps: last regeneration trigger and last cache warming completion.
- Replaced redirect query-string notices with per-user flash notices.
- Added optional in-progress notice while warming runs.
1.0.2
- Plugin Check compatibility: inline nonce checks in handlers and guard notice query args with check_admin_referer.
- Minor PHPCS ignores for safe, nonce-protected query parameters.
1.0.1
- Plugin Check hardening: guard admin notices with a nonce and use wp_get_referer for redirects.
- Sanitize snooze minutes with absint().
1.0.0
- Initial release: admin bar actions, tools page, reminder banner, optional cache warming, Divi static CSS clear support.