' . esc_html__( 'You have selected the Performance Suite that professionals have consistently ranked #1 for options and speed improvements.', 'w3-total-cache' ) . '
' . esc_html__( 'W3 Total Cache', 'w3-total-cache' ) . ' ' . esc_html__( 'provides many options to help your website perform faster. While the ideal settings vary for every website, there are a few settings we recommend that you enable now.', 'w3-total-cache' ) . '
' . esc_html__( 'If a caching method shows as unavailable you do not have the necessary modules installed. You may need to reach out to your host for installation availablity and directions.', 'w3-total-cache' ) . '
' . sprintf( // translators: 1: Anchor/link open tag, 2: Anchor/link close tag. esc_html__( 'By allowing us to collect data about how W3 Total Cache is used, we can improve our features and experience for everyone. This data will not include any personally identifiable information. Feel free to review our %1$sterms of use and privacy policy%2$s.', 'w3-total-cache' ), '', '' ) . '
' . sprintf( // translators: 1: HTML emphesis open tag, 2: HTML emphesis close tag. esc_html__( 'The time it takes between a visitor\'s browser page request and receiving the first byte of a response is referred to as %1$sTime to First Byte%2$s.', 'w3-total-cache' ), '', '' ) . '
' . esc_html__( 'W3 Total Cache', 'w3-total-cache' ) . ' ' . esc_html__( 'can help you speed up', 'w3-total-cache' ) . ' ' . esc_html__( 'Time to First Byte', 'w3-total-cache' ) . ' by using Page Cache.
' . esc_html__( 'We\'ll test your homepage with Page Cache disabled and then with several storage engines. You should review the test results and choose the best for your website.', 'w3-total-cache' ) . '
' . esc_html__( 'Measuring', 'w3-total-cache' ) . ' ' . esc_html__( 'Time to First Byte', 'w3-total-cache' ) . '…
' . esc_html__( 'Test URL:', 'w3-total-cache' ) . '
' . esc_html__( 'Many database queries are made in every dynamic page request. A database cache may speed up the generation of dynamic pages. Database Cache serves query results directly from a storage engine.', 'w3-total-cache' ) . '
' . esc_html__( 'Testing', 'w3-total-cache' ) . ' ' . esc_html__( 'Database Cache', 'w3-total-cache' ) . '…
' . esc_html__( 'By default, this feature is disabled. We recommend using Redis or Memcached, otherwise leave this feature disabled as the server database engine may be faster than using disk caching.', 'w3-total-cache' ) . '
' . esc_html__( 'WordPress caches objects used to build pages, but does not reuse them for future page requests.', 'w3-total-cache' ) . '
' . esc_html__( 'W3 Total Cache', 'w3-total-cache' ) . ' ' . esc_html__( 'can help you speed up dynamic pages by persistently storing objects.', 'w3-total-cache' ) . '
' . esc_html__( 'Object Cache is disabled via filter.', 'w3-total-cache' ) . '
' . esc_html__( 'Testing', 'w3-total-cache' ) . ' ' . esc_html__( 'Object Cache', 'w3-total-cache' ) . '…
' . esc_html__( 'To render your website, browsers must download many different types of assets, including javascript files, CSS stylesheets, images, and more. For most assets, once a browser has downloaded them, they shouldn\'t have to download them again.', 'w3-total-cache' ) . '
' . esc_html__( 'W3 Total Cache', 'w3-total-cache' ) . ' ' . esc_html__( 'can help ensure browsers are properly caching your assets.', 'w3-total-cache' ) . '
' . sprintf( // translators: 1: HTML emphesis open tag, 2: HTML emphesis close tag. esc_html__( 'The %1$sCache-Control%2$s header tells your browser how it should cache specific files. The %1$smax-age%2$s setting tells your browser how long, in seconds, it should use its cached version of a file before requesting an updated one.', 'w3-total-cache' ), '', '' ) . '
' . sprintf( // translators: 1: HTML emphesis open tag, 2: HTML emphesis close tag. esc_html__( 'To improve %1$sBrowser Cache%2$s, we recommend enabling %1$sBrowser Cache%2$s.', 'w3-total-cache' ), '', '' ) . '
' . esc_html__( 'Adds the ability to convert images in the Media Library to the modern WebP format for better performance.', 'w3-total-cache' ) . '
' . esc_html__( 'Enable WebP Converter', 'w3-total-cache' ) . '
' . esc_html__( 'Pages containing images and other objects can have their load time reduced by deferring them until they are needed. For example, images can be loaded when a visitor scrolls down the page to make them visible.', 'w3-total-cache' ) . '
' . esc_html__( 'Lazy Load Images', 'w3-total-cache' ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sPage Cache%2$s engine set to %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag. esc_html__( '%1$sTime to First Byte%2$s has changed by %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '0%' ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sDatabase Cache%2$s engine set to %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) . '
' . ( ! $config->getf_boolean( 'objectcache.enabled' ) && has_filter( 'w3tc_config_item_objectcache.enabled' ) ? sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag. esc_html__( '%1$sObject Cache%2$s is %1$sdisabled via filter%2$s', 'w3-total-cache' ), '', '' ) : sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sObject Cache%2$s engine set to %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sBrowser Cache%2$s headers set for JavaScript, CSS, and images? %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sImage Optimization%2$s enabled? %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) . '
' . sprintf( // translators: 1: HTML strong open tag, 2: HTML strong close tag, 3: Label. esc_html__( '%1$sLazy Load%2$s images? %1$s%3$s%2$s', 'w3-total-cache' ), '', '', '' . esc_html__( 'UNKNOWN', 'w3-total-cache' ) . '' ) . '
' . sprintf( // translators: 1: HTML emphesis open tag, 2: HTML emphesis close tag. esc_html__( 'Your website\'s performance can still be improved by configuring %1$sminify%2$s settings, setting up a %1$sCDN%2$s, and more!', 'w3-total-cache' ), '', '' ) . '
' . sprintf( // translators: 1: Anchor/link open tag, 2: Anchor/link close tag. esc_html__( 'Please visit %1$sGeneral Settings%2$s to learn more about these features.', 'w3-total-cache' ), '', '' ) . '
' . sprintf( // translators: 1: Anchor/link open tag, 2: Anchor/link close tag. esc_html__( 'Google PageSpeed Insights can be used to analyze your homepage and provide an explanation of metrics and recommendations for improvements using W3 Total Cache features/extensions. This tool is enabled by default but will not function until authorization is granted, which can be done on the %1$sGeneral Settings%2$s page.', 'w3-total-cache' ), '', '' ) . '
' . sprintf( // translators: 1: Anchor/link open tag, 2: Anchor/link close tag. esc_html__( 'We\'re here to help you! Visit our %1$sSupport Center%2$s for helpful information and to ask questions.', 'w3-total-cache' ), '', '' ) . '