{"id":7371,"date":"2020-11-12T16:38:40","date_gmt":"2020-11-12T16:38:40","guid":{"rendered":"https:\/\/www.brainlabsdigital.com\/?p=7371"},"modified":"2025-06-20T20:41:17","modified_gmt":"2025-06-20T20:41:17","slug":"how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience","status":"publish","type":"post","link":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/","title":{"rendered":"How to create a site speed report on Data Studio based on Chrome User Experience"},"content":{"rendered":"\n<p>Site speed audits have always been great at telling my clients how fast their site is performing. But they also need to know whether their efforts to improve it are paying off. I discovered that by using the <a href=\"https:\/\/developers.google.com\/web\/tools\/chrome-user-experience-report\/\" target=\"_blank\" rel=\"noreferrer noopener\">Chrome User Experience Report<\/a>, aka CrUX, site speed performance can finally be tracked over time. A good way to view results is with a Data Studio dashboard; when I\u2019ve built this for my clients they always found it useful to understand whether their efforts in improving speed are paying off. With this post, I provide you with all the tools (and code!) to build your own. I\u2019ll share with you the SQL code you can use to query data for your own site and build your reporting dashboard.<\/p>\n\n\n\n<p>If you\u2019ve never done a site speed audit, you may want to consider doing one, nonetheless for the fact that Google confirmed <a href=\"https:\/\/developers.google.com\/web\/updates\/2018\/07\/search-ads-speed\" target=\"_blank\" rel=\"noreferrer noopener\">speed is a ranking factor<\/a>. There are many free tools you can use for this, among which are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/developers.google.com\/web\/tools\/chrome-user-experience-report\" target=\"_blank\" rel=\"noreferrer noopener\">CrUX<\/a> &#8211; also by Google, is what I use now most often and teach how to use on this post<\/li><li><a href=\"https:\/\/developers.google.com\/web\/tools\/lighthouse\" target=\"_blank\" rel=\"noreferrer noopener\">Lighthouse<\/a> &#8211; by Google&nbsp;<\/li><li><a href=\"https:\/\/www.webpagetest.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Webpagetest<\/a><\/li><\/ul>\n\n\n\n<p>The advantage of using CrUX is that it collects data from real users over time and regardless of their location, while Lighthouse and Webpage tests simulate the speed, analyzing it at a specific point in time and for a specific location. Using real user data provided on CrUX is the most in-depth way to analyze your site speed. In the steps below, you will learn how to:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Access site speed data on CrUX<\/li><li>Set up Google Sheets to use CrUX<\/li><li>Query CrUX data (I\u2019ll provide you with these)&nbsp;<\/li><li>Create a CrUX report on Data Studio&nbsp;<\/li><\/ol>\n\n\n\n<p>Before we start, it\u2019s important to choose the right metrics to measure your site\u2019s performance. Depending on your site\u2019s structure, some metrics may be more or less important than others. But if you\u2019re not sure where to get started, this useful <a href=\"https:\/\/www.deepcrawl.com\/knowledge\/white-papers\/site-speed-performance-guide\/how-to-measure-speed-performance\/\" target=\"_blank\" rel=\"noreferrer noopener\">site speed metrics guide<\/a> from Deepcrawl explains them really well.&nbsp;<\/p>\n\n\n\n<p>For this article, I&#8217;m covering the following metrics, as they can contribute to slow down LCP, which is one of the metrics Google considers vital:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Time to First Byte (TTFB)<\/li><li>First Contentful Paint (FCP)<\/li><li>DomContent Loaded (DCL)<\/li><li>Largest Contentful Paint (LCP)<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Access site speed data on CrUX<\/strong>&nbsp;<\/h2>\n\n\n\n<p>Chrome User Experience data is public and accessible to anyone using Google BigQuery. To access the data you\u2019ll have to log into Google Cloud and create a project to access the database, which is free to do. If you\u2019ve never done it before, <a href=\"https:\/\/youtu.be\/LK0o8gPBfFk\" target=\"_blank\" rel=\"noreferrer noopener\">this video from Paul Calvano<\/a> will walk you through the process in less than 5 minutes.&nbsp;<\/p>\n\n\n\n<p>There is also this <a rel=\"noreferrer noopener\" href=\"https:\/\/developers.google.com\/web\/tools\/chrome-user-experience-report\/getting-started#access-dataset\" target=\"_blank\">detailed guide by Google<\/a> explaining how to access data through BigQuery. Once you are set up and ready to extract interesting information, you can get started. The goal here is to take you from an interface that looks like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image.png\" alt=\"BigQuery interface\" class=\"wp-image-8659\" width=\"776\" height=\"577\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image.png 1017w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-300x223.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-768x571.png 768w\" sizes=\"auto, (max-width: 776px) 100vw, 776px\" \/><\/figure>\n\n\n\n<p>To a more user-friendly graph like this one, showing you how often your site has been fast, slow, and of average speed over time:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-1-1024x504.png\" alt=\"graph of site speed over time\" class=\"wp-image-8661\" width=\"840\" height=\"413\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-1-1024x504.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-1-300x148.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-1-768x378.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-1.png 1508w\" sizes=\"auto, (max-width: 840px) 100vw, 840px\" \/><figcaption><em>The Y-axis shows the percentage of times the site had a fast, slow, or average speed.<\/em><\/figcaption><\/figure>\n\n\n\n<p>As I mentioned earlier, don\u2019t worry if you\u2019re not familiar with SQL. I\u2019ll provide you with pre-written queries \u2013 all you have to do is customize them for the site and metric you\u2019re interested in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Setup Google Sheet to Use CrUX<\/strong><\/h2>\n\n\n\n<p>The best way to access the CrUX data and build reports is through BiqQuery, which requires connecting BigQuery to Data Studio. However, doing this can:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Slow down the report when loading, as queries are accessing a big data set.<\/li><li>Become costly: querying a data set is free up to a certain amount of data. As CrUX is a large data set, running queries on it too often, for example daily, will inevitably use up all the free allowance.<\/li><\/ul>\n\n\n\n<p>Since updating the data we are reporting is only needed once a month, I often use a<strong> free Google Sheets Add-on called <\/strong><a rel=\"noreferrer noopener\" href=\"https:\/\/gsuite.google.com\/marketplace\/app\/owox_bi_bigquery_reports\/263000453832\" target=\"_blank\"><strong>OWOX BI BigQuery Reports<\/strong><\/a>. This add-on<strong> automates your queries to run on a required schedule<\/strong>. To add it to your Google sheets, go to the Add-ons menu, choose<em> Get add-ons<\/em>, and search for OWOX:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-2.png\" alt=\"Google Sheets add-ons menu\" class=\"wp-image-8662\" width=\"240\" height=\"459\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-2.png 408w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-2-157x300.png 157w\" sizes=\"auto, (max-width: 240px) 100vw, 240px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-3-1024x142.png\" alt=\"G suite Marketplace OWOX\" class=\"wp-image-8663\" width=\"725\" height=\"100\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-3-1024x142.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-3-300x42.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-3-768x107.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-3.png 1489w\" sizes=\"auto, (max-width: 725px) 100vw, 725px\" \/><\/figure>\n\n\n\n<p>Once you\u2019ve successfully added it to your Gsheets, you\u2019ll see the following menu:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-4.png\" alt=\"Google Sheets OWOX menu bar\" class=\"wp-image-8664\" width=\"468\" height=\"487\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-4.png 601w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-4-288x300.png 288w\" sizes=\"auto, (max-width: 468px) 100vw, 468px\" \/><\/figure>\n\n\n\n<p>Next, we\u2019ll use this add-on to create a new report and schedule it to run automatically.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 3: Query CrUX Data<\/strong><\/h2>\n\n\n\n<p>For each metric listed below, I\u2019ve included the SQL queries you need to get your own data. When copying them, remember to replace the website you\u2019re measuring site speed for.&nbsp;<\/p>\n\n\n\n<p>CrUX data is reporting on frequency of speed rather than just speed. This means that when we query the data, we are measuring how often the specific metric (for example, TTFB) was fast, average, or slow.<\/p>\n\n\n\n<p>Please note that the speed ranges I used are those recommended by Google, however, you can modify them if you want to be less or more strict with the speed results you are measuring.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Time to First Byte (TTFB) Query<\/strong><\/h3>\n\n\n\n<p>Since this is the very first response to a request, its speed is required to be one of the fastest, hence why the fast range is such a small range. Customize the query below for the time period you want \u2013 (this example includes data from January 2019) and obviously the site you are interested in:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"color:#383f48\" class=\"color\">select<br>&nbsp;yyyymm,<br>&nbsp;sum(case when ttfb.start &lt; 201 then ttfb.density else 0 end) as fast,<br>&nbsp;sum(case when ttfb.start &gt;200 and ttfb.start &lt; 1001 then ttfb.density else 0 end) as average,<br>&nbsp;sum(case when ttfb.start &gt; 1000 then ttfb.density else 0 end) as slow<br>from(<br>select&nbsp;<br>&nbsp;*, _TABLE_SUFFIX AS yyyymm<br>FROM<br>&nbsp;&nbsp;`chrome-ux-report.all.*`<br>where not regexp_contains(_TABLE_SUFFIX, \".*20(17|18).*\") and origin='https:\/\/www.ADDYOURSITE.com'),<br>&nbsp;&nbsp;UNNEST(experimental.time_to_first_byte.histogram.bin) AS ttfb<br>group by yyyymm<br>order by yyyymm asc<\/span><\/code><\/pre>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>DomContent Load (DCL)<\/strong><\/h3>\n\n\n\n<p>This is the query you will need for DCL. As before, adjust the website you want this data for:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"color:#383f48\" class=\"color\">select<br>&nbsp;yyyymm,<br>&nbsp;sum(case when dcl.start &lt; 1501 then dcl.density else 0 end) as fast,<br>&nbsp;sum(case when dcl.start&gt;1500 and dcl.start &lt; 2001 then dcl.density else 0 end) as average,<br>&nbsp;sum(case when dcl.start &gt; 2000 then dcl.density else 0 end) as slow<br>from(<br>select&nbsp;<br>&nbsp;*, _TABLE_SUFFIX AS yyyymm<br>FROM<br>&nbsp;&nbsp;`chrome-ux-report.all.*`<br>where not regexp_contains(_TABLE_SUFFIX, \".*20(17|18).*\") and origin='https:\/\/www.ADDYOURSITE.com'),<br>&nbsp;&nbsp;UNNEST(dom_content_loaded.histogram.bin) AS dcl<br>group by yyyymm<br>order by yyyymm asc<\/span><\/code><\/pre>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>First Contentful Paint (FCP)<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"color:#383f48\" class=\"color\">select<br>&nbsp;yyyymm,<br>&nbsp;sum(case when fcp.start &lt; 1001 then dcl.density else 0 end) as fast,<br>&nbsp;sum(case when fcp.start &gt; 1000 and fcp.start &lt; 1501 then dcl.density else 0 end) as average,<br>&nbsp;sum(case when fcp.start &gt; 1500 then dcl.density else 0 end) as slow<br>from(<br>select&nbsp;<br>&nbsp;*, _TABLE_SUFFIX AS yyyymm<br>FROM<br>&nbsp;&nbsp;`chrome-ux-report.all.*`<br>where not regexp_contains(_TABLE_SUFFIX, \".*20(17|18).*\") and origin='https:\/\/www.ADDYOURSITE.com'),<br>&nbsp;&nbsp;UNNEST(first_contentful_paint.histogram.bin) AS fcp<br>group by yyyymm<br>order by yyyymm asc<\/span><\/code><\/pre>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Largest Contentful Paint (LCP)<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"color:#383f48\" class=\"color\">select<br>&nbsp;yyyymm,<br>&nbsp;sum(case when lcp.start &lt; 2501 then dcl.density else 0 end) as fast,<br>&nbsp;sum(case when lcp.start &gt; 2500 and lcp.start &lt; 4001 then dcl.density else 0 end) as average,<br>&nbsp;sum(case when lcp.start &gt; 4001 then dcl.density else 0 end) as slow<br>from(<br>select&nbsp;<br>&nbsp;*, _TABLE_SUFFIX AS yyyymm<br>FROM<br>&nbsp;&nbsp;`chrome-ux-report.all.*`<br>where not regexp_contains(_TABLE_SUFFIX, \".*20(17|18).*\") and origin='https:\/\/www.ADDYOURSITE.com'),<br>&nbsp;&nbsp;UNNEST(largest_contentful_paint.histogram.bin) AS lcp<br>group by yyyymm<br>order by yyyymm asc<\/span><\/code><\/pre>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Add queries on Google Sheets<\/h3>\n\n\n\n<p>By clicking on \u201cAdd a new report\u201d under the OWOX BI BigQuery Reports menu, you can create the report you need and add the query to the sheet.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-5.png\" alt=\"Google Sheet Owox menu bar\" class=\"wp-image-8665\" width=\"502\" height=\"522\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-5.png 601w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-5-288x300.png 288w\" sizes=\"auto, (max-width: 502px) 100vw, 502px\" \/><\/figure>\n\n\n\n<p>A sidebar menu will appear with two options, which you can set as the following:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-6.png\" alt=\"Google Sheet OWOX sidebar menu\" class=\"wp-image-8666\" width=\"264\" height=\"129\"\/><\/figure>\n\n\n\n<p>After selecting these options, a pop-up box will appear with a SQL query already written. Replace it with one of the queries from above, for example below is TTFB. Again, replace the website with the one you are trying to measure:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-8.png\" alt=\"edit query screenshot\" class=\"wp-image-8668\" width=\"634\" height=\"426\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-8.png 745w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-8-300x202.png 300w\" sizes=\"auto, (max-width: 634px) 100vw, 634px\" \/><\/figure>\n\n\n\n<p>Once you hit Save &amp; Run, the query will return a table on Google sheets similar to this one:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-7.png\" alt=\"Google sheet query resylt\" class=\"wp-image-8667\" width=\"556\" height=\"219\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-7.png 676w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-7-300x118.png 300w\" sizes=\"auto, (max-width: 556px) 100vw, 556px\" \/><\/figure>\n\n\n\n<p>You can schedule these to execute automatically by selecting Schedule reports:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-9.png\" alt=\"Owox Google Sheets schedule reports menu bar\" class=\"wp-image-8669\" width=\"408\" height=\"182\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-9.png 465w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-9-300x134.png 300w\" sizes=\"auto, (max-width: 408px) 100vw, 408px\" \/><\/figure>\n\n\n\n<p>This will prompt you to choose your schedule for running the query. I usually schedule it monthly, as that\u2019s how often Google updates the CrUX: <\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-10.png\" alt=\"Google Sheets Owox scheduling reports settings\" class=\"wp-image-8670\" width=\"619\" height=\"254\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-10.png 682w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-10-300x123.png 300w\" sizes=\"auto, (max-width: 619px) 100vw, 619px\" \/><\/figure>\n\n\n\n<p>Repeat this process for each of the metrics you want to measure. I would recommend creating a new Google Sheet each time, as it will be easier to manage and run them.<\/p>\n\n\n\n<p>Then you\u2019re ready for the next step: connecting the Google Sheet containing this data to Data Studio.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 4: Create a CrUX report on Data Studio<\/strong><\/h2>\n\n\n\n<p>If you\u2019ve never used Google Data Studio before, <a rel=\"noreferrer noopener\" href=\"https:\/\/www.distilled.net\/google-data-studio-tutorial\/\" target=\"_blank\">this guide will help you <\/a>get started. If you already have that setup, create a new dashboard and add Google Sheets as the data source:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-11-1024x375.png\" alt=\"Google Sheet data source connection in Data Studio\" class=\"wp-image-8671\" width=\"909\" height=\"333\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-11-1024x375.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-11-300x110.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-11-768x281.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-11-1536x563.png 1536w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-11.png 1600w\" sizes=\"auto, (max-width: 909px) 100vw, 909px\" \/><\/figure>\n\n\n\n<p>On the next screen, choose the name of the Gsheet file where your data is. If it\u2019s not listed as one of your resources, simply paste the URL, then choose the tab that includes your data:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-12-1024x269.png\" alt=\"Google Sheet data source connection in Data Studio choose worksheet\" class=\"wp-image-8672\" width=\"898\" height=\"236\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-12-1024x269.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-12-300x79.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-12-768x202.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-12-1536x403.png 1536w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-12.png 1600w\" sizes=\"auto, (max-width: 898px) 100vw, 898px\" \/><\/figure>\n\n\n\n<p>Now add the following line chart:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-13.png\" alt=\"create line chart in Google Data Studio\" class=\"wp-image-8673\" width=\"187\" height=\"430\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-13.png 245w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-13-130x300.png 130w\" sizes=\"auto, (max-width: 187px) 100vw, 187px\" \/><\/figure>\n\n\n\n<p>On the line chart set up, add dimensions and metrics as follows, sorting the data by date:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"122\" height=\"367\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-15.png\" alt=\"Google Data Studio line chart dimensions and metrics\" class=\"wp-image-8675\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-15.png 122w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-15-100x300.png 100w\" sizes=\"auto, (max-width: 122px) 100vw, 122px\" \/><\/figure>\n\n\n\n<p>The result will be a graph that looks like this. The percentages on the Y-axis represent the frequency with which the metric we are measuring has been fast, average, or slow:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-14.png\" alt=\"Google Data Studio site speed line chart\" class=\"wp-image-8674\" width=\"543\" height=\"312\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-14.png 639w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-14-300x172.png 300w\" sizes=\"auto, (max-width: 543px) 100vw, 543px\" \/><\/figure>\n\n\n\n<p>Repeat this process for each metric you are reporting on to get a fully automated report that quickly visualizes your speed performance over time:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-16-1024x458.png\" alt=\"DCL and LCP line charts\" class=\"wp-image-8676\" width=\"914\" height=\"409\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-16-1024x458.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-16-300x134.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-16-768x343.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-16.png 1410w\" sizes=\"auto, (max-width: 914px) 100vw, 914px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brainlabdev.wpenginepowered.com\/wp-content\/uploads\/2021\/06\/image-17-1024x484.png\" alt=\"TTFB and FCP line charts\" class=\"wp-image-8677\" width=\"922\" height=\"436\" srcset=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-17-1024x484.png 1024w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-17-300x142.png 300w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-17-768x363.png 768w, https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2021\/06\/image-17.png 1401w\" sizes=\"auto, (max-width: 922px) 100vw, 922px\" \/><\/figure>\n\n\n\n<p>While the technical reasons why a site might be fast or not require a separate analysis, creating a site speed dashboard is the first step in finding out whether you have a problem or not. I hope you found this guide to building your dashboard useful.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Site speed audits have always been great at telling my clients how fast their site is performing. But they also need to know whether their efforts to improve it are paying off. I discovered that by using the Chrome User Experience Report, aka CrUX, site speed performance can finally be tracked over time. A good [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":7460,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":true,"footnotes":""},"categories":[42],"tags":[226,224],"class_list":["post-7371","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","tag-site-speed","tag-chrome-user-experience"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Site Speed Report Based on CrUX - Brainlabs<\/title>\n<meta name=\"description\" content=\"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Site Speed Report Based on CrUX - Brainlabs\" \/>\n<meta property=\"og:description\" content=\"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\" \/>\n<meta property=\"og:site_name\" content=\"Brainlabs\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-12T16:38:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T20:41:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1200x628-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"claudiu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1200x628-1.png\" \/>\n<meta name=\"twitter:creator\" content=\"@Brainlabs\" \/>\n<meta name=\"twitter:site\" content=\"@Brainlabs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"claudiu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\"},\"author\":{\"name\":\"claudiu\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/d2633d055821dd28cb40492b806e23ff\"},\"headline\":\"How to create a site speed report on Data Studio based on Chrome User Experience\",\"datePublished\":\"2020-11-12T16:38:40+00:00\",\"dateModified\":\"2025-06-20T20:41:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\"},\"wordCount\":1364,\"publisher\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png\",\"keywords\":[\"site speed\",\"chrome user experience\"],\"articleSection\":[\"SEO\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\",\"url\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\",\"name\":\"How to Create a Site Speed Report Based on CrUX - Brainlabs\",\"isPartOf\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png\",\"datePublished\":\"2020-11-12T16:38:40+00:00\",\"dateModified\":\"2025-06-20T20:41:17+00:00\",\"description\":\"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage\",\"url\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png\",\"contentUrl\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png\",\"width\":1136,\"height\":445,\"caption\":\"google chrome user experience site speed report and data studio\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.brainlabsdigital.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create a site speed report on Data Studio based on Chrome User Experience\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#website\",\"url\":\"https:\/\/www.brainlabsdigital.com\/\",\"name\":\"Brainlabs\",\"description\":\"High-Performance Media Agency\",\"publisher\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.brainlabsdigital.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#organization\",\"name\":\"Brainlabs\",\"url\":\"https:\/\/www.brainlabsdigital.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2025\/04\/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"contentUrl\":\"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2025\/04\/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"width\":300,\"height\":300,\"caption\":\"Brainlabs\"},\"image\":{\"@id\":\"https:\/\/www.brainlabsdigital.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/Brainlabs\",\"https:\/\/www.linkedin.com\/company\/brainlabs-digital\/\",\"https:\/\/www.instagram.com\/brainlabs\/\",\"https:\/\/www.youtube.com\/@brainlabsmedia\/featured\",\"https:\/\/www.tiktok.com\/@brainlabsglobal?lang=en\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/d2633d055821dd28cb40492b806e23ff\",\"name\":\"claudiu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4814cc0c790a1d2fe26b7690b22344dfde27b79d9ac47148e73322e9553a795b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4814cc0c790a1d2fe26b7690b22344dfde27b79d9ac47148e73322e9553a795b?s=96&d=mm&r=g\",\"caption\":\"claudiu\"},\"url\":\"https:\/\/www.brainlabsdigital.com\/author\/claudiu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a Site Speed Report Based on CrUX - Brainlabs","description":"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a Site Speed Report Based on CrUX - Brainlabs","og_description":"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.","og_url":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/","og_site_name":"Brainlabs","article_published_time":"2020-11-12T16:38:40+00:00","article_modified_time":"2025-06-20T20:41:17+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1200x628-1.png","type":"image\/png"}],"author":"claudiu","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1200x628-1.png","twitter_creator":"@Brainlabs","twitter_site":"@Brainlabs","twitter_misc":{"Written by":"claudiu","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#article","isPartOf":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/"},"author":{"name":"claudiu","@id":"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/d2633d055821dd28cb40492b806e23ff"},"headline":"How to create a site speed report on Data Studio based on Chrome User Experience","datePublished":"2020-11-12T16:38:40+00:00","dateModified":"2025-06-20T20:41:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/"},"wordCount":1364,"publisher":{"@id":"https:\/\/www.brainlabsdigital.com\/#organization"},"image":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage"},"thumbnailUrl":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png","keywords":["site speed","chrome user experience"],"articleSection":["SEO"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/","url":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/","name":"How to Create a Site Speed Report Based on CrUX - Brainlabs","isPartOf":{"@id":"https:\/\/www.brainlabsdigital.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage"},"image":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage"},"thumbnailUrl":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png","datePublished":"2020-11-12T16:38:40+00:00","dateModified":"2025-06-20T20:41:17+00:00","description":"Using Chrome User Experience Report, site speed performance can finally be tracked over time. This step-by-step article will provide everything you need.","breadcrumb":{"@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#primaryimage","url":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png","contentUrl":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2020\/11\/BL-Blog-Data-Studio-Speed-Report-Chrome-1136x445-1.png","width":1136,"height":445,"caption":"google chrome user experience site speed report and data studio"},{"@type":"BreadcrumbList","@id":"https:\/\/www.brainlabsdigital.com\/how-to-create-a-site-speed-report-on-data-studio-based-on-chrome-user-experience\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.brainlabsdigital.com\/"},{"@type":"ListItem","position":2,"name":"How to create a site speed report on Data Studio based on Chrome User Experience"}]},{"@type":"WebSite","@id":"https:\/\/www.brainlabsdigital.com\/#website","url":"https:\/\/www.brainlabsdigital.com\/","name":"Brainlabs","description":"High-Performance Media Agency","publisher":{"@id":"https:\/\/www.brainlabsdigital.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.brainlabsdigital.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.brainlabsdigital.com\/#organization","name":"Brainlabs","url":"https:\/\/www.brainlabsdigital.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.brainlabsdigital.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2025\/04\/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png","contentUrl":"https:\/\/www.brainlabsdigital.com\/wp-content\/uploads\/2025\/04\/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png","width":300,"height":300,"caption":"Brainlabs"},"image":{"@id":"https:\/\/www.brainlabsdigital.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Brainlabs","https:\/\/www.linkedin.com\/company\/brainlabs-digital\/","https:\/\/www.instagram.com\/brainlabs\/","https:\/\/www.youtube.com\/@brainlabsmedia\/featured","https:\/\/www.tiktok.com\/@brainlabsglobal?lang=en"]},{"@type":"Person","@id":"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/d2633d055821dd28cb40492b806e23ff","name":"claudiu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.brainlabsdigital.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4814cc0c790a1d2fe26b7690b22344dfde27b79d9ac47148e73322e9553a795b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4814cc0c790a1d2fe26b7690b22344dfde27b79d9ac47148e73322e9553a795b?s=96&d=mm&r=g","caption":"claudiu"},"url":"https:\/\/www.brainlabsdigital.com\/author\/claudiu\/"}]}},"lang":"en","translations":{"en":7371},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/posts\/7371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/comments?post=7371"}],"version-history":[{"count":0,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/posts\/7371\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/media\/7460"}],"wp:attachment":[{"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/media?parent=7371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/categories?post=7371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.brainlabsdigital.com\/wp-json\/wp\/v2\/tags?post=7371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}