We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af207b commit 87408faCopy full SHA for 87408fa
ngx-http-concat.php
@@ -15,6 +15,10 @@
15
require_once( __DIR__ . '/cssmin/cssmin.php' );
16
require_once( __DIR__ . '/concat-utils.php' );
17
18
+if ( extension_loaded( 'newrelic' ) ) { // Ensure PHP agent is available
19
+ newrelic_ignore_transaction();
20
+}
21
+
22
/* Config */
23
// Maximum group size is set in WPCOM_Concat_Utils::$concat_max, anything over than that will be spit into multiple groups
24
$concat_unique = true;
0 commit comments