Gaël Robin
Gaël Robin
## Scope a solution In [here](https://github.com/wp-media/wp-rocket/blob/73488699424f726bef28dbf2c934340efcab8e47/inc/Engine/Admin/Beacon/Beacon.php#L784-L793) Change ``` php 'rucss_firewall_ips' => [ 'en' => [ 'id' => '6076083ff8c0ef2d98df1f97', 'url' => 'https://docs.wp-rocket.me/article/1529-remove-unused-css?utm_source=wp_plugin&utm_medium=wp_rocket#basic-requirements', ], 'fr' => [ 'id' => '60d499a705ff892e6bc2a89e', 'url' =>...
I am putting back this issue in `Needs grooming` as I won't have the time to finish the grooming. However some discussion have happened [here](https://wp-media.slack.com/archives/CUT7FLHF1/p1728309262017079) about how to get enabled...
Hello hello, It seems to me the AC #1 is already covered. For AC #2, @piotrbak could you confirm something: If one of these features: LRC *OR* OCI is disabled,...
Otherwise, for AC 3, ## Scope a solution In https://github.com/wp-media/wp-rocket/blob/1f82fa0db92a7166e4a4cb8be7326f65e530606c/inc/Engine/Common/PerformanceHints/Admin/AdminBar.php#L95, we would need to add the following: ``` php $all_not_allowed = true; foreach ($this->factories as $factory) { if ($factory->get_context()->is_allowed()) {...
Yes, For AC 1 & 2, its already working like we want. However for 3 we need to implement what I've recommended earlier. Also, for all three scenarios, we need...
It works fine with me. I don't have anything in debug.log, it works as expected. My testing process is reproducing the steps that were used to reproduce the issue [here](https://github.com/wp-media/wp-rocket/issues/6882#issue-2477686314)
@MathieuLamiot , umm from my tests, I saw just a few pages. but it happened to me maybe once or twice over 15 warm-up.
I've edited the grooming to add the schema, which I forgot in the first version. Also, I've added ACs based on your feedback. then to answers some of your questions,...
## Reproduce the problem Well, there isn't a proper way to reproduce the issue, however, we could hard code a string in `$job_details['code']` here https://github.com/wp-media/wp-rocket/blob/2b2243e08aecf0d7618179106c2a133749762e47/inc/Engine/Optimization/RUCSS/Strategy/Strategies/DefaultProcess.php#L108 This would ensure to get...