×

Installation PHP PHP Application Performance Monitoring

Pinpoint and solve PHP application performance issues down to the line of code. New Relic is the only tool you’ll need to see everything in your PHP application—from the end user experience to server monitoring. Trace problems down to slow database queries, slow 3rd party APIs and web services, caching layers, and more.

Get the Big Picture of your PHP Application

Use the Application Overview Dashboard for general information about your app and then drill down to geographical information, web transactions and errors. In one place, you can easily see:

  • Response time
  • Apdex score
  • Throughput (requests per minute)
  • Web transactions
  • Error rate
  • Recent events
  • Server information

Find PHP Errors and Problems Fast

Whether your app is in a dedicated data center, a public cloud or a hybrid cloud, New Relic works just the same. You’ll see page load times for real users by browser and geography. Find the bottlenecks in your app pinpointed down to the line of code or SQL query. Easily see the top five web transactions, their average response times and throughput, with links to transaction traces.

  • Report on multiple applications or virtual hosts separately so you can judge individual application performance.
  • Track your most business critical transactions individually with Key Transactions, including transaction-level alerting.
  • Create your own custom metrics and custom views on those metrics.
  • Analyze application performance before and after new code deployments
  • Get alerted to application errors and exceptions - fix problems before they affect users.

Drill Down for Detailed PHP Performance Details

Our single UI monitors every detail of your app, from the end user experience, through your servers, and down to the line of code. Give your entire team access to the New Relic dashboard so they can drill down into detailed information about web transactions, including key transactions, browser traces and transaction traces. Browser traces are linked with associated web app transaction traces so you get a detailed end-to-end view of a specific user interaction.

Why New Relic?

New Relic is the only SaaS PHP application monitoring tool that monitors the entire app. With a single product and a single UI, New Relic lets you see the whole stack, front and back, in a real-time performance dashboard you can access anytime, anywhere.

Support for Every Major Language and Platform

We support all the major frameworks right out of the box, running PHP 5.1 on Linux or Solaris, including:

Read our case studies to see how over 40,000 companies use New Relic for application performance monitoring, server monitoring and real user monitoring.

View Case Studies

“How do I install New Relic?”

Glad you asked!


  1. Create A New Relic Account
  2. Installing the agent: RPM-based | Debian-based | Others
    Add the New Relic repository: rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm Install the agent: yum install newrelic-php5
    newrelic-install install
    Get the key: wget -O - http://download.newrelic.com/??????.gpg | apt-key add - Create this file: /etc/apt/sources.list.d/newrelic.list Add this line to the file: deb http://apt.newrelic.com/debian/ newrelic non-free Install the agent: apt-get update
    apt-get install newrelic-php5
    newrelic-install install
    Download the latest tarball.
    Unzip and install the agent files:
    gzip -dc newrelic-php5-X.X.X.X-OS.tar.gz | tar xf -
    cd newrelic-php5-X.X.X.X
    ./newrelic-install install
  3. Add your license key
    Add your license key to the file you've set up with your New Relic properties: newrelic.ini or php.ini. You should find the following line and replace "REPLACE_WITH_REAL_KEY" with your key: newrelic.license="REPLACE_WITH_REAL_KEY"
  4. Stop your services
    Stop httpd, nginx, php-fpm, etc.
  5. Restart your services
    0 restart services
    • Data is being collected!

Create My Free Account

It's free, it's fast. Get the insights you need to improve your application's performance.

Create Free Account