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 9f12a31 commit 6c72ed0Copy full SHA for 6c72ed0
inc/admin.php
@@ -342,6 +342,7 @@ public function update_default_settings() {
342
$this->settings->update( 'best_format', 'disabled' );
343
$this->settings->update( 'skip_lazyload_images', '2' );
344
$this->settings->update( 'avif', 'disabled' );
345
+ $this->settings->update( 'compression_mode', 'speed_optimized' );
346
347
update_option( self::NEW_USER_DEFAULTS_UPDATED, 'yes' );
348
}
0 commit comments