6:43 how to popup that window to search for core web vitals overlay? NVM I found it: F12 to open devtools, then CTRL+SHIFT+P to open the popup to type "core" into.
@4:30„Whatever element had the highest number of seconds between the first byte and when it was painted is what is reported for the LCP..“ I was confused why lighthouse labels my heading, which is absolute centered on a hero image as the Largest Contentful Paint, and not the Hero image 😂. a ‚Aha‘ moment for me
lots of different ways to approach it, but once you have the value discussed starting at 5:55, you want to upload that to google analytics. You don't need to change anything in analytics to send that value, you can just send an Event hit using the Google Analytics js api (i.e. ga('send', {ec: 'Sarahs Web Vital Info', el: 'lcp', ev: THE_NUMBER_YOU_GOT_EARLIER})
Wow what an insight. Could you please tell us how we can use piece of JS code to measure LCP as you mentioned in video... Do we need to create GA event for i am bit lost if you can share an example how we can do that would be great.. at present i keep check on LCP using PageSpeed or GTMatrix etc.
Hi! Really depends on the infrastructure you are using, (v4 vs universal, etc). But in general, once you have the value discussed starting at 5:55, you want to upload that to google analytics. You don't _need_ to change anything in analytics to send that value, you can just send an Event hit using the Google Analytics js api (i.e. ga('send', {ec: 'Web Vital Info', el: 'lcp', ev: THE_NUMBER_YOU_GOT_EARLIER})
@@patrickkettner8398 I tried to implement this through GTM but it script generates error on multiple lines "This language feature is only supported for ECMASCRIPT_2015 mode or better: arrow function"... Sorry i am not a JS guys so but hard for me must be easy for other guys
@@ib4112 sorry about that - the arrow function is just a different syntax for writing a javascript function - i.e. "(FOO, BAR) => alert(BAR)" is the same as "function(FOO, BAR) { alert(BAR) }", just a bit nicer to write. You. can change the () => {} version to standard JS functions to get past that error. If you share a link to a code sample, I may be able to help more
It’s difficult to give a universal solution to solve a problem that can be exposed in hundreds of thousands of different ways. If you share a URL with an issue, I would be more than happy to help debug!
Shoot! Really sorry about that - that information isn't really needed for the rest of the video :/. If you have any questions (including on the first 20 seconds!) please do leave em and I will be more than happy to help
This is stupid. This is for people who understand what any of this means. It don't help people like me that don't understand any of it. And it goes way to fast
Not sure who this guy is, but keep him around. Well done video.
:D thanks
6:43 how to popup that window to search for core web vitals overlay?
NVM I found it: F12 to open devtools, then CTRL+SHIFT+P to open the popup to type "core" into.
I watched this 22 minutes video for more than 2 hours. The best video on the topic by far! Thanks
So glad to hear!
That's pretty typical for me as well! I like to "understand."
@@dannmarceau to understand, and then i go to my 92 yo grandma to explain her LCP
@4:30„Whatever element had the highest number of seconds between the first byte and when it was painted is what is reported for the LCP..“ I was confused why lighthouse labels my heading, which is absolute centered on a hero image as the Largest Contentful Paint, and not the Hero image 😂. a ‚Aha‘ moment for me
Thank you for using WebPageTest Patrick!
A very informative video and is something we have been taking into consideration since Google implemented their page experience update.
I didn't think about creating a GA Event to measure LCP improvements before. I will search for info on how to implement it. Thanks!
🎉is goed toch
Dat maakt mij niet uit
Queen graag
Het liefst zo snel mogelijk
Awesome. I really need to re-watch the video
Thank you so much, these videos are great for newbies and dunder-heads such as myself, lol.
So happy they are useful!!
Wow something I was in search for. 👍👍👍👍👏👏👏👏👏👏👏
Super glad it was useful! Please do let us know if you have any questions
Does anyone know how to set up the custom event to track the largest contentful paint in Analytics as he mentions at the very end?
lots of different ways to approach it, but once you have the value discussed starting at 5:55, you want to upload that to google analytics. You don't need to change anything in analytics to send that value, you can just send an Event hit using the Google Analytics js api (i.e. ga('send', {ec: 'Sarahs Web Vital Info', el: 'lcp', ev: THE_NUMBER_YOU_GOT_EARLIER})
Wow what an insight. Could you please tell us how we can use piece of JS code to measure LCP as you mentioned in video... Do we need to create GA event for i am bit lost if you can share an example how we can do that would be great.. at present i keep check on LCP using PageSpeed or GTMatrix etc.
Hi! Really depends on the infrastructure you are using, (v4 vs universal, etc). But in general, once you have the value discussed starting at 5:55, you want to upload that to google analytics. You don't _need_ to change anything in analytics to send that value, you can just send an Event hit using the Google Analytics js api (i.e. ga('send', {ec: 'Web Vital Info', el: 'lcp', ev: THE_NUMBER_YOU_GOT_EARLIER})
@@patrickkettner8398 Thanks Patrick, I use both version of GA on different websites. I will try it.
@@patrickkettner8398 I tried to implement this through GTM but it script generates error on multiple lines "This language feature is only supported for ECMASCRIPT_2015 mode or better: arrow function"... Sorry i am not a JS guys so but hard for me must be easy for other guys
@@ib4112 sorry about that - the arrow function is just a different syntax for writing a javascript function - i.e. "(FOO, BAR) => alert(BAR)" is the same as "function(FOO, BAR) { alert(BAR) }", just a bit nicer to write. You. can change the () => {} version to standard JS functions to get past that error. If you share a link to a code sample, I may be able to help more
@@ib41121:06
Great video, your way of explaining things is awesome! 👌
Sir, Are cache plugins in a CMS like WordPress, an efficient substitute for writing any code that can help lower our LCP? Warmest regards, Forever.
I miss a real example with Chrome Dev Tools and write the exact code to solve LCP issues...
It’s difficult to give a universal solution to solve a problem that can be exposed in hundreds of thousands of different ways. If you share a URL with an issue, I would be more than happy to help debug!
Great video! Tons of useful information.
Google
🎉🎉🎉🎉❤ the power of. Beautiful music ❤🎉🎉🎉❤
Excellent video, thank you! May I ask what the software/interface is at the 17:26 mark?
Hboi
1:26 1:30
Zou dat weer graag horen
Thank's for the video!
Thanks a lot! A great video and a great way to explain things!
OMG that was great
Muchas gracias realmente necesario.
❤
Amazing
O K ครับ
Stop it no certificate
Good morning
I got bim buzy 🎉🎉🎉❤
Adsense laughs
🤨
Podría traducir a español
I was completely lost in the first twenty seconds of this video
Shoot! Really sorry about that - that information isn't really needed for the rest of the video :/. If you have any questions (including on the first 20 seconds!) please do leave em and I will be more than happy to help
Aarti Aarti
Acti
var comercio en mundo
1:30
Tradução
This is stupid. This is for people who understand what any of this means. It don't help people like me that don't understand any of it. And it goes way to fast
This is 2 years old and inaccurate now?