Cyrille C.
Cyrille C.
As an whole this issue gonna take a while to develop that why it would be better to cut it into small ones: - An issue for the plugin creation...
@mostafa-hisham is adding a better layout to the plugin
## Scope a solution A solution would be to remove theses lines: https://github.com/wp-media/wp-rocket/blob/50dcab488d8594a6bbeea3bbd11ccb4a8df6d537/inc/functions/files.php#L590-L594 and the method `rocket_clean_post_cache_on_slug_change` inside [`files.php`](https://github.com/wp-media/wp-rocket/blob/50dcab488d8594a6bbeea3bbd11ccb4a8df6d537/inc/functions/files.php). Then to add back the same logic that we deleted we...
I added the proposition into an issue from the RUCSS as I detail technical parts inside it and this issue is one from wpr aka a public one. https://github.com/wp-media/nodejs-treeshaker/issues/421
> > if the Remove Unused CSS feature is not enabled and the display condition changes we won't clear the cache and we won't display a notice similar to the...
> 2- URLs with [Dedicated caching](https://docs.wp-rocket.me/article/971-caching-query-strings) are not preloaded => if the URL was cached by manual visit, any clear and preload won't work @Mai-Saad problems 2 and 5 were...
> @CrochetFeve0251 Regarding 2 and 5, we can reproduce them with the following steps on newlabs (using the latest of the branch after merging dev to it on the test...
> @wp-media/php Whenever you have a spare second, could you take a look at Vasilis' comment there? How we could move forward? The reason why the `WP_CACHE` is not set...
For this issue we have two potential solutions: - Include Monolog into mozart protected libraries. - Stop shipping the logger into WP-Rocket and ship it in an helper plugin. The...
## Scope a solution To solve that issue we can create a custom monolog package where we keep only classes that we use. For that we need to keep theses...