performance
performance copied to clipboard
Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.
## Summary In #545, a problem when uploading a `image.jpg` file is that the plugin will create the full sized version of the image with the name `image-jpg.webp`. This PR...
## Bug Description Following #1101, the icon and banner for some feature plugins no longer match the names. Specifically, "WebP Uploads" was renamed "Modern Image Formats" and "Dominant Color Images"...
See #775. This fixes the following PHPStan issues: [ERROR] Found 42 errors ``` ------ ----------------------------------------------------------------------------------------------------------------------------------------- Line plugins/dominant-color-images/hooks.php ------ ----------------------------------------------------------------------------------------------------------------------------------------- 66 Offset 'dominant_color' does not exist on array{width: int, height: int,...
The current implementation of the `dominant_color_rgb_to_hex` function validates the RGB color by: 1. allocating an array of 256 64-bit integers 2. performing three linear scans of the array (one for...
## Bug Description [16-Apr-2024 12:35:05 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/DOMAIN/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 ## Steps to reproduce Access...
_This is a sub-PR of #1200. Please merge it before this one._ See #775. This fixes the following PHPStan issues: [ERROR] Found 65 errors ``` ------ ------------------------------------------------------------------------------------------------------------------------------------------------- Line plugins/dominant-color-images/class-dominant-color-image-editor-gd.php ------...
## Feature Description https://github.com/WordPress/performance/pull/730 introduced PhpStan and started with level 0 conformance. Now we can increase the [rule level](https://phpstan.org/user-guide/rule-levels) to further improve the codebase. Once this is resolved, another issue...
## Summary TODO Fixes #1088 ## Relevant technical choices TODO ## To Do - [ ] Feature activation for Image Prioritizer needs to install Optimization Detective dependency plugin in addition...
Fixes #1069 This will allow us to add `?optimization_detective_disabled` to any URL running with Optimization Detective in order to generate the page without the optimizations. This will be useful for...
Allow for modification or removal of the -jpg suffix added to webp images, generated from jpg files
## Feature Description As per a user request in the forums allow for modification or removal of the naming structure of _webp_ images that are generated from _jpg_ files. At...