Skip to content

Instantly share code, notes, and snippets.

@stevesmename
Created November 14, 2012 16:00
Show Gist options
  • Save stevesmename/4072956 to your computer and use it in GitHub Desktop.
Save stevesmename/4072956 to your computer and use it in GitHub Desktop.
function some_extensive_process () {
// ... your intense code here
if (function_exists('newrelic_ignore_apdex')) {
newrelic_ignore_apdex(TRUE);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment