How good is your ad tech performance?

…here’s how to measure it in SpeedCurve
The performance of your site also means the performance of your ads.
(Those of you who are using AdTech (now a part of AOL) and want to measure technical performance should read this article.)
Please note: This article has been updated (April 24th, 2017) with the new scripting variable in SpeedCurve. See more below.
A couple of weeks ago, I wrote an article on our search for a performance tool that can measure the performance of our ad providers:
What was wrong?
The problem was was that test browsers in our tool of choice, SpeedCurve (which is based on WebPageTest) includes the letters ‘PTST’ in the user agent string. Our ad technology provider sees this and blocks the ads from rendering, so as not to waste ad displays on test views.
(Not every ad tech provider does this, however, apparently Google’s DFP doesn’t block PTST’s browsers.)
That meant that our performance tests didn’t have our ads in them. As we are working with the performance of our entire site, we obviously need to have the ads included.
Since then, we’ve been in touch with the people behind SpeedCurve.
What is the solution?
The good news is that SpeedCurve now has a built-in feature which allows us to set a new user agent and thereby remove ‘PTST’. This is a feature in WebPageTest but that would mean manual test — and automation is one of the main reasons why we chose SpeedCurve.
So “goodbye ad tech blocklist” and “hello entire page load”.
Here’s what you need to do:
The Enterprise edition of SpeedCurve supports WebPageTest scripting. The new feature is a scripting option called ‘speedcurve_removePTST’ (previously ‘setKeepUA’). Set this to 1, and you get to keep your user agent! In WebPageTest scripting you type a command, hit
Here’s the simple script I use in SpeedCurve to measure the full render of the frontpage at ekstrabladet.dk:
speedcurve_removePTST 1 navigate http://ekstrabladet.dk/
Remember: You need tabs between ‘speedcurve_removePTST’ and ‘navigate’. Otherwise it won’t work.
A new feature in SpeedCurve are the so-called ‘Script Templates’. They give you easy access to some of the most common scripting options:

As I mention above, you need the Enterprise version of SpeedCurve to be able to do this.
The results
This is how the results look in SpeedCurve after adding the ‘speedcurve_removePTST’ command.
Front page:

Article:

Even though the change in measurement is recent new you can easily see the effect. That increase in the graph from the evening on June 20th and onwards confirms that we are now including ads in our tests.
Also, take a look at this browser waterfall (2,7 MB image) which shows all the resources that are being loaded when you load the front page of ekstrabladet.dk.
That’s a lot of requests…



