We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0362d commit ba30bc0Copy full SHA for ba30bc0
plugins/performance-lab/includes/site-health/audit-autoloaded-options/helper.php
@@ -153,7 +153,7 @@ function perflab_aao_query_autoloaded_options(): array {
153
if ( strlen( $serialized_value ) > $option_threshold ) {
154
$large_options[] = (object) array(
155
'option_name' => $option_name,
156
- 'option_value_length' => strlen( $serialized_value ),
+ 'option_value_length' => strlen( $option_value ),
157
);
158
}
159
0 commit comments