Caspar Green
Caspar Green
The default branch doesn't work with Slim 4, owing (at least) to change in Middleware Interfaces required by Slim in v4. I see there has been some work on a...
I agree that the place to check is `get_internal_content()`. But converting from path to URL and back looks too expensive. If there is a way to avoid that, we should....
@christophherr This looks like it will probably work 99.44% of the time. The only exception that comes to mind is for those who have changed the default location of their...
$fragment = beans_url_to_path( $fragment ); // Fix path on some Windows and Ubuntu systems. // @ticket 332 if ( ! file_exists( $fragment ) || 0 === @filesize( $fragment ) )...
+1 for moving to JSON-LD
Reproduce the Problem: We do not currently display any notices when resources are not fetched and `WP_ROCKET_RUCSS_DEBUG` is not set. Scope a solution: Possible Solution 1: We have a similar...
Hey there @orrburgel Thanks for letting us know about this. Sounds like you might need some more immediate support to troubleshoot. We can't provide direct support here, but our support...
Grooming notes: **Reproduced**: ✅ (see https://github.com/wp-media/wp-rocket/issues/4327#issuecomment-962171183) **Root cause**: ✅ (see https://github.com/wp-media/wp-rocket/issues/4327#issuecomment-948026456) **Solution**: (**simple notice solution**, per https://github.com/wp-media/wp-rocket/issues/4327#issuecomment-963171805) 1. Create a new function `rocket_maybe_disable_rucss()` in `inc/3rd-party/plugins/autoptimize.php` that checks for (a) `is_plugin_active(...
In the combined rucss/cpcss UI of 3.10, and in conjunction with a similar helper text that should be added via #4013, it may be necessary to also use a bit...
Note for grooming: Check possible connection with #22