SlideShare a Scribd company logo
1 of 10
Bots vs. Real Users – Page Load Times
You want/need to know about the Load Times and Core Web Vitals of
your Digital Brand or offerings for your real users?
Cool, let’s get there but be aware of the Bots. They can ruin
everything.
Best possible Source: Browser of your User
Best possible Analytics Engine =
Get Browser Performance Metrics into New
Relic
(Browser performance metrics arrived in New Relic)
1.) Create a free Account at https://newrelic.com/signup
2.) Follow the instructions on the start page – in case you are already a New Relic user – just click on
Be aware: This includes every User Agent
Make sense of the of the data
• Get an overview
Once you have collected at least a day of data you are good to start identifying your
real Real Users. Lets click on “Dashboards” create a new one and do some queries:
FROM PageView SELECT count(*) where domain = ' mainDomain.com ' SINCE 1 day AGO limit 20 timeseries
FROM PageView SELECT average(duration) where domain= mainDomain.com' SINCE 1 day AGO limit 20 timeseries
Make sense of the of the data : Find the real users
95% of Real Users are using up to date Browsers (more or less) – 80% of Bots (or
Machines) visit you with outdated Browser Versions – How to get there? Let’s group
them!
FROM PageView
select count(userAgentName) where domain
= ‘mainDomain.com' facet userAgentName
, userAgentVersion
limit 20
These are pretty
outdated
Versions
Make sense of the of the data : Proof for Bots
Bots behave different from Real People – they either appear in spikes (crawls) or
permanent (i. e. Synthetic Monitors). Let’s check how these Browserversions behave
FROM PageView
select count(userAgentName) where domain
= ‘mainDomain.com' facet userAgentName
, userAgentVersion
limit 20 since 1 day ago timeseries
Linear Traffic over the course of
the Day = not real users
Make sense of the of the data : Proof for Humans
Bots behave different from Real People – they either appear in spikes (crawls) or
permanent (i. e. Synthetic Monitors). Let’s check how these Browserversions behave
FROM PageView
select count(userAgentName) where domain
= ‘mainDomain.com' facet userAgentName
, userAgentVersion
limit 20 since 1 day ago timeseries
Normal Traffic – Human sleep at
Night. International variances
possible
Make sense of the data: Now the performance!
• We combine the learnings and check what’s going on. Bots often call from Data Centers while Real
People often struggle with bandwidth variances.
FROM PageView
SELECT
filter(average(duration), where userAgentVersion >= '83' and userAgentName like 'Chrome') as 'Chrome Real User‘,
filter(average(duration), where userAgentName not like 'Chrome' and userAgentVersion not like '13.2.3' and userAgentVersion not like '9.1' and userAgentVersion != '10') as 'Other Real User Brow
filter(average(duration), where domain = 'newrelic.com‘) as 'Duration Unfiltered‘,
filter(average(duration), where userAgentVersion < '83' and userAgentName like 'Chrome') as 'Bots‘
WHERE domain = ‘mainDomain.com‘ SINCE 7 days AGO timeseries 15 minutes
Here we have proof that:
• Bots are served way faster than humans
• The high amount of Bots (in this extreme
example) make the Performance appear solid
and stable
• It is helpful to understand what you are
looking for

More Related Content

Similar to Bots vs real_users

High Speed Web Sites At Scale
High Speed Web Sites At ScaleHigh Speed Web Sites At Scale
High Speed Web Sites At ScaleBuddy Brewer
 
Clickstream Analysis
Clickstream AnalysisClickstream Analysis
Clickstream Analysisintuitiv.de
 
High Speed Web Sites At Scale (Buddy Brewer)
High Speed Web Sites At Scale (Buddy Brewer)High Speed Web Sites At Scale (Buddy Brewer)
High Speed Web Sites At Scale (Buddy Brewer)Ontico
 
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...DataDome
 
Digital Ad Glossary.pdf
Digital Ad Glossary.pdfDigital Ad Glossary.pdf
Digital Ad Glossary.pdfawhite18
 
Omniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaOmniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaLemesle Gautier
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013Milad Safarzadeh
 
E Commerce Analytics Demandware
E Commerce Analytics DemandwareE Commerce Analytics Demandware
E Commerce Analytics Demandwareloripelletier
 
Which watcher watches CloudWatch
Which watcher watches CloudWatch Which watcher watches CloudWatch
Which watcher watches CloudWatch David Lutz
 
17 Web Performance Metrics You Should Care About
17 Web Performance Metrics You Should Care About17 Web Performance Metrics You Should Care About
17 Web Performance Metrics You Should Care AboutEvgeny Tsarkov
 
An Introduction to Web Analytics
An Introduction to Web AnalyticsAn Introduction to Web Analytics
An Introduction to Web Analyticsiexpertsforum
 
Google analytics
Google analyticsGoogle analytics
Google analyticsHemant Mali
 
Micro services from scratch - Part 1
Micro services from scratch - Part 1Micro services from scratch - Part 1
Micro services from scratch - Part 1Azrul MADISA
 
Complete Google analytics document
Complete Google analytics documentComplete Google analytics document
Complete Google analytics documentParshuram Yadav
 
Load Speed PSI development of webcore vitals
Load Speed PSI development of webcore vitalsLoad Speed PSI development of webcore vitals
Load Speed PSI development of webcore vitalsrahmathidayat471220
 
web metric glossary omniture
web metric glossary omnitureweb metric glossary omniture
web metric glossary omnitureLalitendu Sahoo
 

Similar to Bots vs real_users (20)

High Speed Web Sites At Scale
High Speed Web Sites At ScaleHigh Speed Web Sites At Scale
High Speed Web Sites At Scale
 
Google Analytics tutorial by Jay Murphy
Google Analytics tutorial by Jay Murphy Google Analytics tutorial by Jay Murphy
Google Analytics tutorial by Jay Murphy
 
Clickstream Analysis
Clickstream AnalysisClickstream Analysis
Clickstream Analysis
 
Google Analytics
Google Analytics Google Analytics
Google Analytics
 
High Speed Web Sites At Scale (Buddy Brewer)
High Speed Web Sites At Scale (Buddy Brewer)High Speed Web Sites At Scale (Buddy Brewer)
High Speed Web Sites At Scale (Buddy Brewer)
 
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...
DataDome's winning deck for 2019 FIC (Cybersecurity International Forum) "Pri...
 
Digital Ad Glossary.pdf
Digital Ad Glossary.pdfDigital Ad Glossary.pdf
Digital Ad Glossary.pdf
 
Google Analytics Training
Google Analytics TrainingGoogle Analytics Training
Google Analytics Training
 
Omniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaOmniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect Canada
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013
 
E Commerce Analytics Demandware
E Commerce Analytics DemandwareE Commerce Analytics Demandware
E Commerce Analytics Demandware
 
Which watcher watches CloudWatch
Which watcher watches CloudWatch Which watcher watches CloudWatch
Which watcher watches CloudWatch
 
17 Web Performance Metrics You Should Care About
17 Web Performance Metrics You Should Care About17 Web Performance Metrics You Should Care About
17 Web Performance Metrics You Should Care About
 
An Introduction to Web Analytics
An Introduction to Web AnalyticsAn Introduction to Web Analytics
An Introduction to Web Analytics
 
Google analytics
Google analyticsGoogle analytics
Google analytics
 
Micro services from scratch - Part 1
Micro services from scratch - Part 1Micro services from scratch - Part 1
Micro services from scratch - Part 1
 
Complete Google analytics document
Complete Google analytics documentComplete Google analytics document
Complete Google analytics document
 
Www usenix-org
Www usenix-orgWww usenix-org
Www usenix-org
 
Load Speed PSI development of webcore vitals
Load Speed PSI development of webcore vitalsLoad Speed PSI development of webcore vitals
Load Speed PSI development of webcore vitals
 
web metric glossary omniture
web metric glossary omnitureweb metric glossary omniture
web metric glossary omniture
 

Recently uploaded

VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlCall Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlkumarajju5765
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...shivangimorya083
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 

Recently uploaded (20)

VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlCall Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 

Bots vs real_users

  • 1.
  • 2. Bots vs. Real Users – Page Load Times You want/need to know about the Load Times and Core Web Vitals of your Digital Brand or offerings for your real users? Cool, let’s get there but be aware of the Bots. They can ruin everything.
  • 3. Best possible Source: Browser of your User Best possible Analytics Engine =
  • 4. Get Browser Performance Metrics into New Relic (Browser performance metrics arrived in New Relic) 1.) Create a free Account at https://newrelic.com/signup 2.) Follow the instructions on the start page – in case you are already a New Relic user – just click on
  • 5. Be aware: This includes every User Agent
  • 6. Make sense of the of the data • Get an overview Once you have collected at least a day of data you are good to start identifying your real Real Users. Lets click on “Dashboards” create a new one and do some queries: FROM PageView SELECT count(*) where domain = ' mainDomain.com ' SINCE 1 day AGO limit 20 timeseries FROM PageView SELECT average(duration) where domain= mainDomain.com' SINCE 1 day AGO limit 20 timeseries
  • 7. Make sense of the of the data : Find the real users 95% of Real Users are using up to date Browsers (more or less) – 80% of Bots (or Machines) visit you with outdated Browser Versions – How to get there? Let’s group them! FROM PageView select count(userAgentName) where domain = ‘mainDomain.com' facet userAgentName , userAgentVersion limit 20 These are pretty outdated Versions
  • 8. Make sense of the of the data : Proof for Bots Bots behave different from Real People – they either appear in spikes (crawls) or permanent (i. e. Synthetic Monitors). Let’s check how these Browserversions behave FROM PageView select count(userAgentName) where domain = ‘mainDomain.com' facet userAgentName , userAgentVersion limit 20 since 1 day ago timeseries Linear Traffic over the course of the Day = not real users
  • 9. Make sense of the of the data : Proof for Humans Bots behave different from Real People – they either appear in spikes (crawls) or permanent (i. e. Synthetic Monitors). Let’s check how these Browserversions behave FROM PageView select count(userAgentName) where domain = ‘mainDomain.com' facet userAgentName , userAgentVersion limit 20 since 1 day ago timeseries Normal Traffic – Human sleep at Night. International variances possible
  • 10. Make sense of the data: Now the performance! • We combine the learnings and check what’s going on. Bots often call from Data Centers while Real People often struggle with bandwidth variances. FROM PageView SELECT filter(average(duration), where userAgentVersion >= '83' and userAgentName like 'Chrome') as 'Chrome Real User‘, filter(average(duration), where userAgentName not like 'Chrome' and userAgentVersion not like '13.2.3' and userAgentVersion not like '9.1' and userAgentVersion != '10') as 'Other Real User Brow filter(average(duration), where domain = 'newrelic.com‘) as 'Duration Unfiltered‘, filter(average(duration), where userAgentVersion < '83' and userAgentName like 'Chrome') as 'Bots‘ WHERE domain = ‘mainDomain.com‘ SINCE 7 days AGO timeseries 15 minutes Here we have proof that: • Bots are served way faster than humans • The high amount of Bots (in this extreme example) make the Performance appear solid and stable • It is helpful to understand what you are looking for