/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/presets
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php (8825B)
array(
'title' => esc_html__( 'Essentials', 'litespeed-cache' ),
'body' => array(
esc_html__( 'Default Cache', 'litespeed-cache' ),
esc_html__( 'Higher TTL', 'litespeed-cache' ),
esc_html__( 'Browser Cache', 'litespeed-cache' ),
),
'footer' => array(
esc_html__( 'This no-risk preset is appropriate for all websites. Good for new users, simple websites, or cache-oriented development.', 'litespeed-cache' ),
esc_html__( 'A QUIC.cloud connection is not required to use this preset. Only basic caching features are enabled.', 'litespeed-cache' ),
),
),
'basic' => array(
'title' => esc_html__( 'Basic', 'litespeed-cache' ),
'body' => array(
esc_html__( 'Everything in Essentials, Plus', 'litespeed-cache' ),
esc_html__( 'Image Optimization', 'litespeed-cache' ),
esc_html__( 'Mobile Cache', 'litespeed-cache' ),
),
'footer' => array(
esc_html__( 'This low-risk preset introduces basic optimizations for speed and user experience. Appropriate for enthusiastic beginners.', 'litespeed-cache' ),
esc_html__( 'A QUIC.cloud connection is required to use this preset. Includes optimizations known to improve site score in page speed measurement tools.', 'litespeed-cache' ),
),
),
'advanced' => array(
'title' => esc_html__( 'Advanced (Recommended)', 'litespeed-cache' ),
'body' => array(
esc_html__( 'Everything in Basic, Plus', 'litespeed-cache' ),
esc_html__( 'Guest Mode and Guest Optimization', 'litespeed-cache' ),
esc_html__( 'CSS, JS and HTML Minification', 'litespeed-cache' ),
esc_html__( 'Font Display Optimization', 'litespeed-cache' ),
esc_html__( 'JS Defer for both external and inline JS', 'litespeed-cache' ),
esc_html__( 'DNS Prefetch for static files', 'litespeed-cache' ),
esc_html__( 'Gravatar Cache', 'litespeed-cache' ),
esc_html__( 'Remove Query Strings from Static Files', 'litespeed-cache' ),
esc_html__( 'Remove WordPress Emoji', 'litespeed-cache' ),
esc_html__( 'Remove Noscript Tags', 'litespeed-cache' ),
),
'footer' => array(
esc_html__( 'This preset is good for most websites, and is unlikely to cause conflicts. Any CSS or JS conflicts may be resolved with Page Optimization > Tuning tools.', 'litespeed-cache' ),
esc_html__( 'A QUIC.cloud connection is required to use this preset. Includes many optimizations known to improve page speed scores.', 'litespeed-cache' ),
),
),
'aggressive' => array(
'title' => esc_html__( 'Aggressive', 'litespeed-cache' ),
'body' => array(
esc_html__( 'Everything in Advanced, Plus', 'litespeed-cache' ),
esc_html__( 'CSS & JS Combine', 'litespeed-cache' ),
esc_html__( 'Asynchronous CSS Loading with Critical CSS', 'litespeed-cache' ),
esc_html__( 'Removed Unused CSS for Users', 'litespeed-cache' ),
esc_html__( 'Lazy Load for Iframes', 'litespeed-cache' ),
),
'footer' => array(
esc_html__( 'This preset might work out of the box for some websites, but be sure to test! Some CSS or JS exclusions may be necessary in Page Optimization > Tuning.', 'litespeed-cache' ),
esc_html__( 'A QUIC.cloud connection is required to use this preset. Includes many optimizations known to improve page speed scores.', 'litespeed-cache' ),
),
),
'extreme' => array(
'title' => esc_html__( 'Extreme', 'litespeed-cache' ),
'body' => array(
esc_html__( 'Everything in Aggressive, Plus', 'litespeed-cache' ),
esc_html__( 'Lazy Load for Images', 'litespeed-cache' ),
esc_html__( 'Viewport Image Generation', 'litespeed-cache' ),
esc_html__( 'JS Delayed', 'litespeed-cache' ),
esc_html__( 'Inline JS added to Combine', 'litespeed-cache' ),
esc_html__( 'Inline CSS added to Combine', 'litespeed-cache' ),
),
'footer' => array(
esc_html__( 'This preset almost certainly will require testing and exclusions for some CSS, JS and Lazy Loaded images. Pay special attention to logos, or HTML-based slider images.', 'litespeed-cache' ),
esc_html__( 'A QUIC.cloud connection is required to use this preset. Enables the maximum level of optimizations for improved page speed scores.', 'litespeed-cache' ),
),
),
);
?>
$timestamp,
'time' => $time,
'title' => $curr_title,
);
}
if ( ! empty( $summary['preset'] ) || ! empty( $backups ) ) :
?>
' . esc_html( $presets[ $name ]['title'] ) . '',
esc_html( $time )
);
}
?>