Wordpress is an eCommerce platform which provides online merchants with a flexible shopping cart system, as well as control over the look, content and functionality of their online store.

With Atatus, you can monitor frontend performance(RUM) of your Wordpress online store in real-time.

Setup Wordpress Website Monitoring

  • From Wordpress Dashboard, Go to Plugins tab, select Add New.

  • Search for Header and Footer Scripts in the search console

  • Navigate to WPcode plugin in the list of plugins, then click on Install Now button and click on Activate button.

  • The WPcode plugin will add a new menu called Code Snippets in the main sidebar. Navigate to Code Snippets -> Header & Footer section.

  • From Atatus dashboard, Create a Browser project (Choose the framework as "JavaScript"). Then copy the agent snippet (see the example snippet below) from the Atatus dashboard and paste into Footer text box (Code Snippets -> Header & Footer) of your Wordpress dashboard.

copy
icon/buttons/copy
<script src="https://dmc1acwvwny3.cloudfront.net/atatus.js"></script>
<script type="text/javascript">atatus.config('REPLACE_YOUR_BROWSER_API_KEY').install();</script>

Here replace REPLACE_YOUR_BROWSER_API_KEY with your API Key. You will get this key after you created the browser project in the Atatus dashboard.

  • Clik Save Changes

Wordpress Backend Monitoring

You can monitor your Wordpress PHP back-end performance, DB queries, plugins and hooks performance, themes performance with Atatus APM.

You can install our PHP APM agent by following this steps.