Skip to content

Commit 6c72ed0

Browse files
committed
Update admin settings to include default compression mode as speed optimized
1 parent 9f12a31 commit 6c72ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ public function update_default_settings() {
342342
$this->settings->update( 'best_format', 'disabled' );
343343
$this->settings->update( 'skip_lazyload_images', '2' );
344344
$this->settings->update( 'avif', 'disabled' );
345+
$this->settings->update( 'compression_mode', 'speed_optimized' );
345346

346347
update_option( self::NEW_USER_DEFAULTS_UPDATED, 'yes' );
347348
}

0 commit comments

Comments
 (0)