Cyrille C.

Results 44 issues of Cyrille C.

## Description Fix a bug at the creation from the RUCSS table due to the index key being too long. For that we reduced to 191. Fixes #5416 ## Type...

type: bug
module: remove unused css

## Description Fix a problem due to extensions URLs blocked in `in-progress` when they are added to the preload table. For that we guarded the `create_or_nothing` and the `create_or_update` from...

type: enhancement
module: preload

## Description For the lighthouse plugin we use the cache to generation to launch the test for the page. Due to that we need to run cache generation outside preload...

## Description Added a way to exclude uris from the preload. For that we added a new check with a filter that check with the url to determine if it...

type: enhancement
module: preload

## Description Fixed a problem due to a warning happening when we are moving the temporary file to its final position. For that we added a check to verify if...

type: bug

## Description Fixed a problem where preload didn't handled well webp. For that we changed the is_already_cached method to make it handle webp. Fixes #5374 ## Type of change Please...

type: enhancement
module: preload
module: webp cache

## Description Remove Action Scheduler CRON when disabling the plugin by adding `wp_clear_scheduled_hook` on CRONs used to make AS queue run. ## Type of change Please delete options that are...

type: bug
module: preload
module: remove unused css

## Description Fix a warning by guarding methods using the table. Fixes #5361 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...

type: bug
module: preload

When using Doctrine the convention is to set the Id in the Entity but that doesn't look to be the case in the library. Moreover there is no way to...

## Description Currently we remove params from urls preloaded. However this is creating some issues for certain users. Due to that we added a filter to allow query strings in...

type: enhancement
module: preload