Cyrille C.
Cyrille C.
## Reproduce the problem The problem was easy to reproduce. ## Identify the root cause The root cause of the problem is coming from the clearing cache logic. As we...
## Scope a solution We will update WP_Rocket\ThirdParty\Hostings::HostResolver to check for WPX env ```php if ( isset( $_SERVER['HTTP_WPXCLOUD'] ) ) { self::$hostname = 'wpxcloud'; return 'wpxcloud'; } ``` Then we...
### Scope a solution Tables are deleted when they are too old (1 month) but also when we change a post: As a solution I propose to add a 2...
@piotrbak I got some review from @Tabrisrp 25 days ago but I think we will have to adapt the solution anyway as this is not clearing files. @piotrbak do we...
> 1. `Success/process notice is displayed with the blocking notices once enable RUCSS.` > We should not display the success message when the Used CSS is not created for the...
### Scope a solution Divi theme provide us a filter to disactivate the functionnality. For that we have to return false as I did here: ```php add_filter( 'et_use_dynamic_css', function ()...
## Scope a solution In the Divi thirdparty class we can add a new method `remove_late_assets` that is fired on the action `after_setup_theme` to make sure the theme is loaded...
## Reproduce the problem I was able to reproduce the error with a diffrent svg using the one from this issue: https://forge.typo3.org/issues/86428 ## Identify the root cause The root cause...
## Reproduce the problem Ok ## Identify the root problem This is due to Cloudflare adding the preload after our process. However clearing the cache from Cloudflare after updating RUCSS...
@Mai-Saad @piotrbak the preload pass all raws to pending as expected for point 7.