modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 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(); ?>