Skip to Content
Main Content

Hiker Looking Out Over Mountains

7 Minute Read | August 1, 2022

Tools You Can Use to Investigate and Manage Core Web Vitals (CWV)

This post will look at the different tools that are available to help you investigate Core Web Vitals (CWV) on (almost) any site.

CWV collects real data, mostly gleaned from behavior of real users. That data reveals how well a website performs in terms of user experience. CWV points out where your website succeeds and – even better –  where it falls short.

Google announced the Web Vitals project in May of 2021. It launched in June and was fully operational in August.

The Core comprises the three web vitals that, according to Google, best summarize a user’s experience with a website:

  • Largest Contentful Paint (LCP): how long it takes the largest visible element to load. It’s usually an image, but it could also be a text block.
  • Cumulative Layout Shift (CLS): how stable is the page as it’s built?  Does it have elements that jump around as new elements load?
  • First Input Delay (FID): how quickly does the website respond when you interact with it by, for example, clicking on a button?

A site with good CWV metrics will load the largest (visible) element quickly, appears stable as the page builds, and responds quickly to your interactions. Nice! That’s an experience that all website owners should want for their site.

CWV has another extremely powerful aspect: The web vitals initiative automatically collects data from Chrome sessions where users are logged into Google, so it collects a lot of data from real-world users visiting your site. This field data (RUM, which stands for real user monitoring) is collected in CrUX – the Chrome User Experience. CrUX is a massive BigQuery collection that is publicly available for exploration and analysis. It has data on about 8 million websites – likely including yours, as well.

Any reference to “real-user” data in the CWV tools is about CrUX.

Now let’s move on to options for exploring CWV on your own site – and on any site.

Chrome Extension

The simplest tool is a Chrome extension called, obviously enough, Core Web Vitals.

Image of the Chrome Core Web Vitals extension

Install it from the Chrome web store to get instant CWV data about any site you visit.  (Note that you must interact with the site to get the FID [first input delay] since it’s looking for, um, input.)

Because it’s a Chrome extension, it should run fine (theoretically) on other Chromium-based browsers. I’ve tested it on Edge, with good results.

The metrics look good on Patagonia’s home page (one of my favorite all-time companies):

Image of Patagonia's Core Web Vitals home page metrics

Hover over any of the metrics to see how your individual experience compares to other users (i.e., RUM data):

Core web vitals metrics results

Pros

  • Quick and dirty, with instant results
  • Includes reference to real-user data

Cons

  • It’s a snapshot in time of your browser, internet connection, session, etc. It might not  be truly representative
  • No long-term storage of results.

Best for: instant results

Dev Console - Lighthouse

Open up the developer console in Chrome or Edge, and you’ll see the Lighthouse option (CTRL-Shift-I for Windows, CMD-Option-J for Mac).

Image of a Lighthouse report

To get started:

  1. Go to the “Lighthouse” tab.
  2. Choose the “Navigation (Default)” mode.
  3. Choose “Performance” for the CWV tests.

Note that you can run it for either mobile or desktop (one at a time). Pro tip: run this from an incognito window, so your browser extensions don’t interfere with the results.

Let’s look at the results from the Google merchandise store. Notice both a cumulative performance score (based on the web vitals) and two of the three CWVs:

  1. LCP 
  2. CLS 
  3. But where is FID? Since FID is based on user interactivity with the site, and since Lighthouse can’t interact directly with the site, “Total Blocking Time” serves as a proxy for FID. (Remember that the Chrome Extension will give you FID, as long as you interact with the site.)

Image of Google Lighthouse performance for Google's merchandise store

The big advantage of Lighthouse over the Chrome extension is the list of the worst-impact issues on your site. As a bonus, you can filter these results by the CWV type, i.e., you can choose to see only CLS issues.

Filtered view of Lighthouse CWV results

One last point on this topic: You can run multiple tests and then compare them one after the other, which is very useful when you’re making changes and want to test the result of those changes.

Image of Lighthouse test options

Pros

  • Can run multiple tests to judge the effectiveness of any proposed improvements.
  • List of the major issues on the site.
  • Ability to sort issues by web vitals (very handy).
  • Performance score.

Cons

  • Not as fast as the CWV chrome extension (but much more comprehensive).
  • No reporting on, or inclusion of, real-user data.
  • Snapshot in time – your browser, computer, internet connection, etc. are in play.
  • No long-term storage of results.

Best for: Testing – seeing the results of changes you or a developer are making.

PageSpeed Insights

PageSpeed Insights is Lighthouse in a slightly more accessible format than Dev Console:

  • You don’t run it from the developer’s console (so it’s less intimidating).
  • You don’t have to be on the page you’re testing. Instead, you specify the URL you want to test.

Image of PageSpeed Insights tool

  • It automatically runs tests for both mobile and desktop results.

PageSpeed Insights results

Like Lighthouse, from the Dev console you get similar Lighthouse results, along with a score.

In short, PageSpeed Insights offers very similar results to the dev console experience. But if you run both side by side, you’ll likely notice a few minor changes due to different versions of Chromium and Lighthouse.

Lighthouse vs. Chromium results example

One huge advantage of PageSpeed Insights over Lighthouse (in the Dev Console) is that it includes the real-world data from CrUX. Your specific results, of course, will be from your particular moment in time (your browser, PC, internet line speed, etc.)

Pros

  • Can compare instantaneous results to real-user data.
  • Easier interface to grasp than Dev Console.

Cons

  • Can’t save the results. 

Best for: Comparing live to real-user data.

Google Search Console (GSC)

Google Search Console is not technically a testing tool, so perhaps it shouldn’t be listed in this post.  However, it offers very valuable CWV data, so let’s cover it briefly.

GSC summarizes and groups your CWV data, ranking your URLs as “good,” “needs improvement,” or “poor.”

CWV results in Google Search Console

You can dive into a summary of the grouping of URLs.

Image of CWV results by grouping of URLs

While GSC gives you a list of representative pages that performed poorly, for example, it doesn’t give you the in-depth information that Lighthouse provides on what the issue is.

But, in conjunction with Lighthouse and PageSpeed Insights, you could track down the issue, fix it, and then ask Google (in GSC) to validate the fix.  (Validation may take up to 28 days.)

The data is excellent in terms of providing a summary overview of pages with issues, but it’s not complete by itself.

Pros

  • Summary overview of your website.
  • 90 days worth of data.
  • Lets you ask Google to validate the fixes you made.

Cons

  • Doesn’t give you the detailed suggestions of Lighthouse.
  • Backwards looking – not suitable for testing changes to see their immediate impact.

Best for: A macro overview of the CWV health of a website.

CrUX Report

The flagship CWV reporting is the free, built-for-you template in Google Data Studio. It summarizes the experience of any of the websites in the CrUX BiqQuery database.

To use it, you have to be logged in to Google; this will not work from an incognito mode window.

Type g.co/chromeuxdash to get started. 

  1. Enter the full URL of the site you want to study.  (Make sure to use the www or non-www version, whichever is the real, resolved URL of the site - e.g. https://www.nwsdigital.com).
  2. Connect the data.
  3. Create the report

Chrome UX Report start screen

Create report view in the Chrome UX reporting tool

You'll now have CWV info for the most recent month for which data is available. And – this is the best part – you’ll have several months worth of data for all the web vital metrics.

Image of CrUX dashboard showing CWV results

You can filter any of the reports by mobile, desktop, or both.

The data is static. It refreshes on the second Tuesday of every month. It’s a good habit to run the report in the middle of each month to see month-to-month trends.

API Access

Like Google Search Console, there are many SEO tools that offer CWV data in their reporting.  Also like GSC, this data is not really great for testing; it’s historical. The tools (SEMRush, AHRefs, Link-Assistant, Moz, etc.) get the data using the CWV API, and most can even send warning emails if one of your metrics has tanked recently.

Conclusions

Here’s a summary of the tools we’ve considered:

Tool Instantaneous Stores Results Comparison to CrUX Performance Score
CWV Chrome Extension Yes No Yes No
Lighthouse (from Dev Console) No No No Yes
PageSpeed Insights No No Yes Yes
GSC No Yes (90 days) Yes No
CrUX Dashboard No Yes (multiple months) Yes No

 

My Personal Preferences

I tend to spend most of my time with three tool options:

  • The Chrome web extension. It’s quick, it’s always on, and I can get instant feedback on any site I visit (plus tie in to real-user data)
  • Lighthouse in Dev Console. I prefer Dev Console when I’m working with a front-end developer to tweak a site, or when I’m making changes on my own.I can run multiple tests, store the results (locally, for my session only) and make comparisons.
  • The CrUX GDS report. I love this report. It offers such meaningful information and gives a great sense of the metrics over time. It’s one of the best examples of big data reporting I’ve run across.

If you need assistance with Core Web Vitals, our team is available to help. Don't hesitate to contact us!

Authored By

Fred Pike

Fred Pike

Managing Director & GA/GTM Practice Lead

hand-drawn owl

Get Expert Tips

3970418/Blog/Tools-You-Can-Use-to-Investigate-and-Manage-Core-Web-Vitals-CWV7
<p>This post will look at the different tools that are available to help you investigate Core Web Vitals (CWV)&nbsp;on (almost) any site.</p> <p>CWV collects real data, mostly gleaned from behavior of real users. That data reveals how well a website performs in terms of user experience. CWV points out where your website succeeds and &ndash; even better &ndash;&nbsp; where it falls short.</p> <p>Google announced <a href="https://developers.google.com/search/blog/2020/11/timing-for-page-experience" linktype="3" target="_blank">the Web Vitals project</a> in May of 2021. It launched in June and was fully operational in August.</p> <p>The Core comprises the three web vitals that, according to Google, best summarize a user&rsquo;s experience with a website:</p> <ul> <li><strong>Largest Contentful Paint (LCP)</strong>: how long it takes the largest visible element to load. It&rsquo;s usually an image, but it could also be a text block.</li> <li><strong>Cumulative Layout Shift (CLS)</strong>: how stable is the page as it&rsquo;s built?&nbsp; Does it have elements that jump around as new elements load?</li> <li><strong>First Input Delay (FID)</strong>: how quickly does the website respond when you interact with it by, for example, clicking on a button?</li> </ul> <p>A site with good CWV metrics will load the largest (visible) element quickly, appears stable as the page builds, and responds quickly to your interactions. Nice! That&rsquo;s an experience that all website owners should want for their site.</p> <p>CWV has another extremely powerful aspect: The web vitals initiative automatically collects data from Chrome sessions where users are logged into Google, so it collects a lot of data from real-world users visiting your site. This field data (RUM, which stands for real user monitoring) is collected in CrUX &ndash; the Chrome User Experience.&nbsp;CrUX is a massive BigQuery collection that is publicly available for exploration and analysis.&nbsp;It has data on about 8 million websites &ndash; likely including yours, as well.</p> <p>Any reference to &ldquo;real-user&rdquo; data in the CWV tools is about CrUX.</p> <p>Now let&rsquo;s move on to options for exploring CWV on your own site &ndash; and on any site.</p> <h2>Chrome Extension</h2> <p>The simplest tool is a <a href="https://chrome.google.com/webstore/detail/core-web-vitals/adeniimnihmbpgpbljmnohjpoolmgabj" linktype="3" target="_blank">Chrome extension</a> called, obviously enough, Core Web Vitals.</p> <p><img alt="Image of the Chrome Core Web Vitals extension" loading="lazy" src="/Northwoods-2020/Blogs/CWV-1.jpg" /></p> <p>Install it from the Chrome web store to get instant CWV data about any site you visit.&nbsp; (Note that you must interact with the site to get the FID [first input delay] since it&rsquo;s looking for, um, input.)</p> <p>Because it&rsquo;s a Chrome extension, it should run fine (theoretically) on other Chromium-based browsers. I&rsquo;ve tested it on Edge, with good results.</p> <p>The metrics look good on Patagonia&rsquo;s home page (one of my favorite all-time companies):</p> <p><img alt="Image of Patagonia's Core Web Vitals home page metrics" loading="lazy" src="/Northwoods-2020/Blogs/CWV-2.jpg" /></p> <p>Hover over any of the metrics to see how your individual experience compares to other users (i.e., RUM data):</p> <p><img alt="Core web vitals metrics results" loading="lazy" src="/Northwoods-2020/Blogs/CWV-3.jpg" /></p> <p><strong>Pros</strong></p> <ul> <li>Quick and dirty, with instant results</li> <li>Includes reference to real-user data</li> </ul> <p><strong>Cons</strong></p> <ul> <li>It&rsquo;s a snapshot in time of your browser, internet connection, session, etc. It might not&nbsp; be truly representative</li> <li>No long-term storage of results.</li> </ul> <p><strong>Best for:</strong> instant results</p> <h2>Dev Console - Lighthouse</h2> <p>Open up the developer console in Chrome or Edge, and you&rsquo;ll see the Lighthouse option (CTRL-Shift-I for Windows, CMD-Option-J for Mac).</p> <p><img alt="Image of a Lighthouse report" loading="lazy" src="/Northwoods-2020/Blogs/CWV-4.jpg" /></p> <p>To get started:</p> <ol> <li>Go to the &ldquo;Lighthouse&rdquo; tab.</li> <li>Choose the &ldquo;Navigation (Default)&rdquo; mode.</li> <li>Choose &ldquo;Performance&rdquo; for the CWV tests.</li> </ol> <p>Note that you can run it for either mobile or desktop (one at a time).&nbsp;Pro tip: run this from an incognito window, so your browser extensions don&rsquo;t interfere with the results.</p> <p>Let&rsquo;s look at the results from the Google merchandise store. Notice both a cumulative performance score (based on the web vitals) and two of the three CWVs:</p> <ol> <li>LCP&nbsp;</li> <li>CLS&nbsp;</li> <li>But where is FID?&nbsp;Since FID is based on user interactivity with the site, and since Lighthouse can&rsquo;t interact directly with the site, &ldquo;Total Blocking Time&rdquo; serves as a proxy for FID. (Remember that the Chrome Extension will give you FID, as long as you interact with the site.)</li> </ol> <p><img alt="Image of Google Lighthouse performance for Google's merchandise store" loading="lazy" src="/Northwoods-2020/Blogs/CWV-5.jpg" /></p> <p>The big advantage of Lighthouse over&nbsp;the Chrome extension is the list of the worst-impact issues on your site.&nbsp;As a bonus, you can filter these results by the CWV type, i.e., you can choose to see only CLS issues.</p> <p><img alt="Filtered view of Lighthouse CWV results" loading="lazy" src="/Northwoods-2020/Blogs/CWV-6.jpg" /></p> <p>One last point on this topic: You can run multiple tests and then compare them one after the other, which is&nbsp;very useful when you&rsquo;re making changes and want to test the result of those changes.</p> <p><img alt="Image of Lighthouse test options" loading="lazy" src="/Northwoods-2020/Blogs/CWV-7.jpg" /></p> <p><strong>Pros</strong></p> <ul> <li>Can run multiple tests to judge the effectiveness of any proposed improvements.</li> <li>List of the major issues on the site.</li> <li>Ability to sort issues by web vitals (very handy).</li> <li>Performance score.</li> </ul> <p><strong>Cons</strong></p> <ul> <li>Not as fast as the CWV chrome extension (but much more comprehensive).</li> <li>No reporting on, or inclusion of, real-user data.</li> <li>Snapshot in time &ndash; your browser, computer, internet connection, etc. are in play.</li> <li>No long-term storage of results.</li> </ul> <p><strong>Best for: </strong>Testing &ndash; seeing the results of changes you or a developer are making.</p> <h2>PageSpeed Insights</h2> <p>PageSpeed Insights is Lighthouse in a slightly more accessible format than Dev Console:</p> <ul> <li>You don&rsquo;t run it from the developer&rsquo;s console (so it&rsquo;s less intimidating).</li> <li>You don&rsquo;t have to be on the page you&rsquo;re testing. Instead, you specify the URL you want to test.</li> </ul> <p><img alt="Image of PageSpeed Insights tool" loading="lazy" src="/Northwoods-2020/Blogs/CWV-8.jpg" /></p> <ul> <li>It automatically runs tests for both mobile and desktop results.</li> </ul> <p><img alt="PageSpeed Insights results" loading="lazy" src="/Northwoods-2020/Blogs/CWV-9.jpg" /></p> <p>Like Lighthouse, from the Dev console&nbsp;you get similar Lighthouse results, along with a score.</p> <p>In short, PageSpeed Insights offers very similar results to the dev console experience.&nbsp;But if you run both side by side, you&rsquo;ll likely notice a few minor changes&nbsp;due to different versions of Chromium and Lighthouse.</p> <p><img alt="Lighthouse vs. Chromium results example" loading="lazy" src="/Northwoods-2020/Blogs/CWV-10.jpg" /></p> <p>One huge advantage of PageSpeed Insights over Lighthouse (in the Dev Console) is that it includes the real-world data from CrUX.&nbsp;Your specific results, of course, will be from your particular moment in time (your browser, PC, internet line speed, etc.)</p> <p><strong>Pros</strong></p> <ul> <li>Can compare instantaneous results to real-user data.</li> <li>Easier interface to grasp than Dev Console.</li> </ul> <p><strong>Cons</strong></p> <ul> <li>Can&rsquo;t save the results.&nbsp;</li> </ul> <p><strong>Best for:</strong> Comparing live to real-user data.</p> <h2>Google Search Console (GSC)</h2> <p>Google Search Console is not technically a testing tool, so perhaps it shouldn&rsquo;t be listed in this post.&nbsp; However, it offers very valuable CWV data, so let&rsquo;s cover it briefly.</p> <p>GSC summarizes and groups your CWV data, ranking your URLs as &ldquo;good,&rdquo;&nbsp;&ldquo;needs improvement,&rdquo;&nbsp;or &ldquo;poor.&rdquo;</p> <p><img alt="CWV results in Google Search Console" loading="lazy" src="/Northwoods-2020/Blogs/CWV-11.jpg" /></p> <p>You can dive into a summary of the grouping of URLs.</p> <p><img alt="Image of CWV results by grouping of URLs" loading="lazy" src="/Northwoods-2020/Blogs/CWV-12.jpg" /></p> <p>While GSC gives you a list of representative pages that performed poorly, for example, it doesn&rsquo;t give you the in-depth information that Lighthouse provides on what the issue is.</p> <p>But, in conjunction with Lighthouse and PageSpeed Insights, you could track down the issue, fix it, and then ask Google (in GSC) to validate the fix.&nbsp; (Validation may take up to 28 days.)</p> <p>The data is excellent in terms of providing a summary overview of pages with issues, but it&rsquo;s not complete by itself.</p> <p><strong>Pros</strong></p> <ul> <li>Summary overview of your website.</li> <li>90 days worth of data.</li> <li>Lets you ask Google to validate the fixes you made.</li> </ul> <p><strong>Cons</strong></p> <ul> <li>Doesn&rsquo;t give you the detailed suggestions of Lighthouse.</li> <li>Backwards looking &ndash; not suitable for testing changes to see their immediate impact.</li> </ul> <p><strong>Best for:</strong>&nbsp;A&nbsp;macro overview of the CWV health of a website.</p> <h2>CrUX Report</h2> <p>The flagship CWV reporting is the free, built-for-you template in Google Data Studio. It&nbsp;summarizes the experience of any of the websites in the CrUX BiqQuery database.</p> <p>To use it, you have to be logged in to Google; this will not work from an incognito mode window.</p> <p>Type g.co/chromeuxdash to get started.&nbsp;</p> <ol> <li>Enter the full URL of the site you want to study.&nbsp; (Make sure to use the www or non-www version, whichever is the real, resolved URL of the site - e.g. <a href="https://www.nwsdigital.com" linktype="3" target="_self">https://www.nwsdigital.com</a>).</li> <li>Connect the data.</li> <li>Create the report</li> </ol> <p><img alt="Chrome UX Report start screen" loading="lazy" src="/Northwoods-2020/Blogs/CWV-13.jpg" /></p> <p><img alt="Create report view in the Chrome UX reporting tool" loading="lazy" src="/Northwoods-2020/Blogs/CWV-14.jpg" /></p> <p>You&#39;ll now have CWV info for the most recent month for which data is available.&nbsp;And &ndash; this is the best part &ndash; you&rsquo;ll have several months worth of data for <em>all</em> the web vital metrics.</p> <p><img alt="Image of CrUX dashboard showing CWV results" loading="lazy" src="/Northwoods-2020/Blogs/CWV-15.jpg" /></p> <p>You can filter any of the reports by mobile, desktop, or both.</p> <p>The data is static. It refreshes on the second Tuesday of every month. It&rsquo;s a good habit to run the report in the middle of each month to see month-to-month trends.</p> <h2>API Access</h2> <p>Like Google Search Console, there are many SEO tools that offer CWV data in their reporting.&nbsp; Also like GSC, this data is not really great for testing; it&rsquo;s historical. The tools&nbsp;(SEMRush, AHRefs, Link-Assistant, Moz, etc.) get the data using the CWV API, and most can even send warning emails if one of your metrics has tanked recently.</p> <h2>Conclusions</h2> <p>Here&rsquo;s a summary of the tools we&rsquo;ve considered:</p> <table border="1" cellpadding="0" cellspacing="2" style="width:99%"> <thead> <tr> <th scope="col" style="width: 321px;">Tool</th> <th scope="col" style="width: 399px;">Instantaneous</th> <th scope="col">Stores Results</th> <th scope="col">Comparison to CrUX</th> <th scope="col">Performance Score</th> </tr> </thead> <tbody> <tr> <td style="width:321px">CWV Chrome Extension</td> <td style="text-align:center; width:399px">Yes</td> <td style="text-align:center">No</td> <td style="text-align:center">Yes</td> <td style="text-align:center">No</td> </tr> <tr> <td style="width:321px">Lighthouse (from Dev Console)</td> <td style="text-align:center; width:399px">No</td> <td style="text-align:center">No</td> <td style="text-align:center">No</td> <td style="text-align:center">Yes</td> </tr> <tr> <td style="width:321px">PageSpeed Insights</td> <td style="text-align:center; width:399px">No</td> <td style="text-align:center">No</td> <td style="text-align:center">Yes</td> <td style="text-align:center">Yes</td> </tr> <tr> <td style="width:321px">GSC</td> <td style="text-align:center; width:399px">No</td> <td style="text-align:center">Yes (90 days)</td> <td style="text-align:center">Yes</td> <td style="text-align:center">No</td> </tr> <tr> <td style="width:321px">CrUX Dashboard</td> <td style="text-align:center; width:399px">No</td> <td style="text-align:center">Yes (multiple months)</td> <td style="text-align:center">Yes</td> <td style="text-align:center">No</td> </tr> </tbody> </table> <p>&nbsp;</p> <p><strong>My Personal Preferences</strong></p> <p>I tend to spend most of my time with three tool options:</p> <ul> <li><strong>The Chrome web extension</strong>. It&rsquo;s quick, it&rsquo;s always on, and I can get instant feedback on any site I visit (plus tie in to real-user data)</li> <li><strong>Lighthouse in Dev Console</strong>.&nbsp;I prefer Dev Console when I&rsquo;m working with a front-end developer to tweak a site, or when I&rsquo;m making changes on my own.I can run multiple tests, store the results (locally, for my session only) and make comparisons.</li> <li><strong>The CrUX GDS report</strong>.&nbsp;I love this report. It offers such meaningful information and gives a great sense of the metrics over time.&nbsp;It&rsquo;s one of the best examples of big data reporting I&rsquo;ve run across.</li> </ul> <p><em>If you need assistance with Core Web Vitals, our team is available to help. Don&#39;t hesitate to <a href="/Contact-Us" linktype="2" target="_self">contact us</a>!</em></p> <p><span style="font-size:11pt"><span style="line-height:115%"><span style="font-family:Arial,sans-serif"></span></span></span></p>
/Northwoods-2020/Hero-Images/Hiker-Looking-Out-Over-Mountains.pngHiker Looking Out Over MountainsA site with good CWV metrics will load the largest (visible) element quickly, appears stable as the page builds, and responds quickly to your interactions. That’s an experience that all website owners should want. https://bit.ly/3OHF1yj @northwoods #corewebvitalsFred Pike/Northwoods-2020/People/Fred-Pike.jpgMan standing in front of a log cabin backgroundhttps://ctt.ac/d7fCb<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><script>hbspt.forms.create({ region: "na1", portalId: "23630176", formId: "40c5bbae-05a2-42ea-94dd-1662181fd56e" });</script>/Northwoods-2020/Blogs/Social-Media-Cards/Tools-to-Investigate--Manage-CWV---Blog.jpg?LargeTools You Can Use to Investigate and Manage Core Web Vitals (CWV)2022-08-01T00:00:00/Northwoods-2020/Blogs/Social-Media-Cards/Tools-to-Investigate--Manage-CWV---Blog.jpgGoogle's Core Web Vitals measures website performance on key factors related to user experience. Several different tools can show you where your website does well on CWV measures and where it falls short. Here's a look at the pros and cons of these tools and how they help you understand your site's CWV performance.3620311/People/Fred-PikeFredPikeManaging Director & GA/GTM Practice Lead<p>Fred Pike is Northwoods&#39; resident analytics guru and a world-renowned expert in Google Analytics and Google Tag Manager. A sought-after speaker and educator, he has led courses at industry-leading conferences, events, and organizations including Conversion XL, MeasureSummit, and SuperWeek. Fred is passionate about finding the best ways to drive website traffic and understanding user interactions. He is also an accomplished pit musician and proud owner of beloved Pekingese Xuxa, one of Northwoods&rsquo; most frequent furry visitors.</p>Fred Pike/Northwoods-2020/People/Fred-Pike.jpgFred PikeAdd-In Type - NWS Data ModulesCategory - NWS Data ModulesCommittee - NWS Data ModulesDivision - NWS Data ModulesEvent Audience - NWS Data ModulesEvent Service - NWS Data ModulesEvent Type - NWS Data ModulesLocality - NWS Data ModulesModule - NWS Data ModulesNWS Data ModulesTopic - NWS Data ModulesPackage Type - NWS Data ModulesPersonID - NWS Data ModulesFred PikeProductVersion - NWS Data ModulesRecorded Webinar TopicsRegion - NWS Data ModulesSite Display - NWS Data ModulesSkillLevel - NWS Data ModulesTopic - NWS Data ModulesVideoAudience - NWS Data ModulesVideoClassification - NWS Data ModulesVideoStatus - NWS Data ModulesTeamAll StaffLeadershipAdd-In Type - NWS Data ModulesCategory - NWS Data ModulesCommittee - NWS Data ModulesDivision - NWS Data ModulesEvent Audience - NWS Data ModulesEvent Service - NWS Data ModulesEvent Type - NWS Data ModulesLocality - NWS Data ModulesModule - NWS Data ModulesNWS Data ModulesTopic - NWS Data ModulesData & AnalyticsUX & Website DesignPackage Type - NWS Data ModulesPersonID - NWS Data ModulesFred PikeProductVersion - NWS Data ModulesRecorded Webinar TopicsRegion - NWS Data ModulesSite Display - NWS Data ModulesNWS DigitalSkillLevel - NWS Data ModulesTopic - NWS Data ModulesVideoAudience - NWS Data ModulesVideoClassification - NWS Data ModulesVideoStatus - NWS Data Modules02024-02-20T12:06:31.18300