Cyrille C.
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...
## 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...
## 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...
## 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...
## 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...
## 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...
## 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...
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...