Skip to content

Commit

Permalink
Tweak: Changed Gutenberg asset loading experiment to Optimized Gutenb…
Browse files Browse the repository at this point in the history
…erg Loading for better explanation CP [ED-12391]
  • Loading branch information
arielk committed Oct 9, 2023
1 parent 4f58d8b commit a3a77d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gutenberg/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public function __construct() {
public function register_experiments() {
Plugin::$instance->experiments->add_feature( [
'name' => 'block_editor_assets_optimize',
'title' => esc_html__( 'Gutenberg Asset Loading', 'elementor' ),
'description' => esc_html__( 'Use this experiment to disable redundant file loading to optimize your site by excluding block editor files (styles and scripts) when they\'re not in use.', 'elementor' ),
'title' => esc_html__( 'Optimized Gutenberg Loading', 'elementor' ),
'description' => esc_html__( 'Description: Use this experiment to reduce unnecessary render-blocking loads, enhancing site performance by dequeuing unused Gutenberg block editor files (styles and scripts).', 'elementor' ),
'release_status' => Experiments_Manager::RELEASE_STATUS_BETA,
'default' => Experiments_Manager::STATE_INACTIVE,
'new_site' => [
Expand Down

0 comments on commit a3a77d4

Please sign in to comment.