updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -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(); ?>
|
||||
|
Reference in New Issue
Block a user