updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

View File

@ -4,10 +4,23 @@ namespace W3TC;
if ( ! defined( 'W3TC' ) ) {
die();
}
?>
<?php
Util_Ui::postbox_header( esc_html__( 'Monitoring', 'w3-total-cache' ), '', 'monitoring' );
Util_Ui::postbox_header_tabs(
esc_html__( 'Monitoring', 'w3-total-cache' ),
esc_html__(
'"New Relic" is a powerful performance monitoring and analysis tool that enhance the speed and efficiency
of a WordPress website. By utilizing New Relic, website owners can gain valuable insights into their
site\'s performance, identifying bottlenecks, slow queries, and other performance issues. With this
information, users can optimize their website\'s configuration, improve caching strategies, and make
informed decisions to deliver a faster and more responsive browsing experience for their visitors.',
'w3-total-cache'
),
'',
'monitoring',
Util_UI::admin_url( 'admin.php?page=w3tc_monitoring' )
);
Util_Ui::config_overloading_button( array( 'key' => 'newrelic.configuration_overloaded' ) );
?>
<?php if ( ! $new_relic_installed ) : ?>
@ -82,5 +95,5 @@ Util_Ui::config_overloading_button( array( 'key' => 'newrelic.configuration_over
</td>
</tr>
</table>
<?php Util_Ui::button_config_save( 'general_newrelic' ); ?>
<?php Util_Ui::postbox_footer(); ?>