Eliminating block-library/style.min.css and inserting a few lines of CSS for the old images and the spacer brought my LCPs to green in PSI on ...
The solution is to remove unused rules in this stylesheet. The solution is to load style.min.css in the
before script tags.SOV from the 70's and 80's on DVD
Hi,. Do you know why when loading the web site, it is searching for wp-includes/css/dist/block-library/style.min.css even though i dont use ...
You can remove Gutenberg CSS by using the PHP below to dequeue the “/wp-includes/css/dist/block-library/style.min.css” file.
I deactivated the cache/minification plugin (LSC Plugin) and I get these two paths now marked as unused: wp-includes/css/dist/block-library/ ...
The only real render blocking resource left is the block-library styles that WP loads. If you don't use the Block Editor then you can unload its ...
Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Removing unused CSS starts with avoiding bloated plugins/page builders. Or by optimizing them with “performance settings” and disabling plugins on specific ...
Yes, some block styles are enqueued regardless of theme opt-in. This is necessary for many blocks in order for them to function at all.
Completely dequeue all css from the GP theme and have everything in my child theme. It almost works but the main.min.css persists. There's no way to remove it.