performance icon indicating copy to clipboard operation
performance copied to clipboard

Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.

Results 324 performance issues
Sort by recently updated
recently updated
newest added

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

[Type] Bug
[Plugin] Modern Image Formats

## 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"...

[Type] Bug

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,...

[Type] Bug

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...

[Type] Enhancement
[Focus] Images
no milestone
[Plugin] Image Placeholders

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

[Type] Bug

_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 ------...

[Type] Bug

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

[Type] Enhancement
Infrastructure
Performance Lab Plugin

## Summary TODO Fixes #1088 ## Relevant technical choices TODO ## To Do - [ ] Feature activation for Image Prioritizer needs to install Optimization Detective dependency plugin in addition...

[Type] Feature
[Plugin] Optimization Detective

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...

[Type] Enhancement
[Plugin] Optimization Detective

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

[Type] Enhancement
[Plugin] Modern Image Formats
[Plugin] Performance Lab