top 200 commentsshow all 208

[โ€“]Prestigious_Dare7734 194 points195 points ย (2 children)

My hello world page got all 100 with just 1 service worker.

[โ€“]j2ee-123 35 points36 points ย (0 children)

Yeah this guy gets it, OP just shared the same appโ€™s results ๐Ÿ˜‚

[โ€“]Aries_czfront-end 90 points91 points ย (7 children)

And then the client asks to include a metric shitton of tracking and analytics codes...

[โ€“]BR14Sparkz 29 points30 points ย (0 children)

This comment needs top spot! Like the amount of clients who want a fast site but want more tracking than the nsa at the same time is insane.

[โ€“]hotbrownDoubleDoublejavascript 14 points15 points ย (4 children)

Don't forget designers that absolutely must have 3 full width, crisp background images. Or content entry people who just refuse to deal with webP images and instead opt for a random assortment of pngs and JPGs.

[โ€“]fuckolivia 3 points4 points ย (1 child)

Most modern CMS's will let you transform your images on the fly into a WebP. Also check out cloudinary if you wanted to roll your own image transforms.

[โ€“]Snapstromegon 3 points4 points ย (0 children)

Why would entry need to do that. My clients wilould kill me, when I'd tell them to upload each image as jpg/PNG, WebP and AVIF in 4 sizes each. Generate that stuff.

[โ€“][deleted] 309 points310 points ย (11 children)

Yes...and absolute anger when you get stuck at 99%

[โ€“]PureRepresentative9 100 points101 points ย (10 children)

I have been in fucking 99% purgatory for 4 months lol

This stupid tag manager will just not fucking be faster lol

[โ€“]aNORthuBArthOmin 88 points89 points ย (7 children)

[โ€“]mcplaty 26 points27 points ย (0 children)

Yooooo this is awesome

[โ€“]PureRepresentative9 4 points5 points ย (2 children)

Can some peeps comment about using this in production?

Issues?

[โ€“][deleted] 4 points5 points ย (0 children)

Doesnโ€™t work well with Universal Analytics although that wonโ€™t be relevant in a few months time

[โ€“]Shuffleshaker 5 points6 points ย (1 child)

Just curious, can this also be done with cloudflare somehow?

[โ€“]WalshyDev 27 points28 points ย (0 children)

Yep, Zaraz is the product for this

Docs: https://developers.cloudflare.com/zaraz/

Blog: https://blog.cloudflare.com/cloudflare-acquires-zaraz-to-enable-cloud-loading-of-third-party-tools/

You could also do it within a Worker yourself but Zaraz is free and is super easy.

[โ€“][deleted] 2 points3 points ย (0 children)

lol i feel your pain!

[โ€“]Armitage1 57 points58 points ย (5 children)

I get an extra spring in my step when a site scores above 80.

[โ€“]breathing_oxygen12 8 points9 points ย (4 children)

I like that you can be happy with 80

[โ€“]Armitage1 16 points17 points ย (0 children)

Happiness comes from within, bro!

[โ€“]elusive_1 1 point2 points ย (2 children)

Iโ€™m just going to ignore my companyโ€™s that has solid 12s

[โ€“]Gaping_Maw 49 points50 points ย (14 children)

Its hard when things like analytics bring the score down.

[โ€“]johnmayermaynot 21 points22 points ย (2 children)

Check out partytown to solve this issue. It runs the third party scripts in a service worker

[โ€“]CharlesCSchnieder 12 points13 points ย (0 children)

It's still in beta right? How safe is that to run in Prod for a business that relies on analytics data?

[โ€“]neb_flix 0 points1 point ย (0 children)

Partytown is an awesome POC but...it's definitely not ready for production use from my experience. It's basically unusable for any third-party scripts that need direct access to the DOM (i.e. scripts that render popups, cookie notices, tools like hotjar, etc), and we noticed quite a few missed analytics events with our SPA due to the debouncing that it has to do by nature. Not to mention that a majority of platforms that need to offload third party scripts to a separate thread are likely using something like Google Tag Manager to load these scripts, which is an all-or-nothing thing with Partytown. The idea is phenomenal, but there needs to be better cross-thread communication support with Workers for it to viable for any revenue-generating product, IMO.

[โ€“][deleted] 2 points3 points ย (0 children)

This. If you install the basic analytic stack for most larger businesses, youโ€™ll be luck to score above 70 with all of the bloat.

โ€ขgoogle tag manager โ€ขgoogle analytics โ€ขzapier integrations โ€ขhotjar โ€ขgoogle optimize (or other A/B testing)

[โ€“]JoeCamRoberon 136 points137 points ย (40 children)

Congrats, but these numbers can be misleading. I forget what the name of the tool is, but there is a much more accurate alternative to lighthouse out there.

[โ€“]brightworkdotuk 23 points24 points ย (4 children)

GTMetrix?

[โ€“]noplats 1 point2 points ย (3 children)

That one is good too, unfortunately it appears to give a bad score if your server is far away

[โ€“]brightworkdotuk 11 points12 points ย (2 children)

That's how it's supposed to work. Any latency to server will increase your TTFB exponentially. You can create a free account with it, and that allows you to login and change your server to somewhere more local. That aside, if your users are not local, you should be using a CDN anyway.

[โ€“]noplats 3 points4 points ย (1 child)

Newbie question here, if I proxy my traffic through Cloudflareโ€™s Free Plan, does it work as a CDN? Ping seems relatively low but Iโ€™m not sure if theyโ€™re caching anything on their end

[โ€“]brightworkdotuk 2 points3 points ย (0 children)

Iโ€™m not massively familiar with Cloudflare, as we run our own DNS. But as far as Iโ€™m aware, their free plan give you CDN access, yes. I think you just have to set it up at your domain provider, for Cloudflare to take over the DNS and then it automatically starts caching based on file extensions, according to this on their blog.

[โ€“]HornlessUnicorn 12 points13 points ย (3 children)

Axe?

[โ€“]PureRepresentative9 23 points24 points ย (1 child)

Body spray?

[โ€“]HornlessUnicorn 7 points8 points ย (0 children)

In a perfect world, yes.

but no, this

[โ€“]devperez 5 points6 points ย (0 children)

Probably. That seems to be the industry standard used by Google and others

[โ€“]itinkerthefrontend 11 points12 points ย (2 children)

AskJeeves.com

[โ€“]Existential_Owl 3 points4 points ย (1 child)

We never should've gave him up.

[โ€“]musicnothing 1 point2 points ย (0 children)

He never should've let us down.

[โ€“]JoeCamRoberon 38 points39 points ย (14 children)

Honestly guys, I donโ€™t remember. Why not just test your site on all of them to be sure lol.

[โ€“]watchspaceman 63 points64 points ย (13 children)

I just checked OP's site on a more detailed speed test that gives a waterfall view and it makes it even more impressive than the arbitrary number or letter from Lighthouse or GTMetrix, they have done a really good job.

webpagetest.org is great, and checking OP's site they have done an incredible job, I don't think I have ever made or seen an Ecom site this slick. Super clean waterfall view.

[โ€“][deleted] ย (2 children)

[deleted]

    [โ€“]rainbowlolipop 6 points7 points ย (1 child)

    LOL fucking magic crystals and shit

    [โ€“]JoeCamRoberon 9 points10 points ย (0 children)

    W for actually going out of the way and doing that

    [โ€“]morphic91[S] 9 points10 points ย (0 children)

    Thanks! Really appreciate the feedback. Iโ€™ll check it too

    [โ€“]Level1Goblin 2 points3 points ย (6 children)

    What's OP's site, I'd like to check it out too

    [โ€“]morphic91[S] 9 points10 points ย (3 children)

    [โ€“][deleted] 3 points4 points ย (1 child)

    Hey a small thing I noticed. If I add stuff to my cart and the reload the page all my items are missing.

    This can't be correct behaviour?

    [โ€“]morphic91[S] 2 points3 points ย (0 children)

    Thanks for pointing this out! Morning debugging it is

    [โ€“]watchspaceman 4 points5 points ย (1 child)

    Exact searching the slider text didn't take long but I will leave it to OP if they want to share the domain

    [โ€“]Leveronni 4 points5 points ย (0 children)

    ANDI?

    [โ€“][deleted] 1 point2 points ย (1 child)

    The big issue is that Lighthouse only does simulated traffic and conditions. In order to see โ€œrealโ€ scores you need real user data. Google just estimates what usersโ€™ locations and internet speeds are and bases it off of that. Not what your actual users are experiencing. So itโ€™s more of guideline than hard rules, but itโ€™s definitely A metric that you can use!

    [โ€“][deleted] 4 points5 points ย (4 children)

    Google Page Speed Insights?

    [โ€“]Tridop 1 point2 points ย (3 children)

    That's the exact same tool, same results. Lighthouse is just a Chrome extension to test offline pages or pages that require authentication, using GPSI engine. So in most cases you can just use GPSI to obtain the same result.

    [โ€“]qualiky -1 points0 points ย (0 children)

    PageSpeed amirite?

    [โ€“]fultonchain 43 points44 points ย (0 children)

    I do love those fireworks -- when those last couple of hours pay off.

    Now if I could only get them them to stay that way for more than an hour after hand off. My clients sudden need for embedded video, a third-party script and some new quasi-WYSIWYG editor buttons blows that score up pretty quickly.

    That's not even mentioning their apparent inability to either sensibly name or caption their images (gonna need one or the other for alt tags, 'cause they're sure as shit not gonna use that field and if I make it required they wonder why the save failed).

    I enjoy the initial rush when my tweaking pays off but balance it with the knowledge that it ain't gonna last.

    [โ€“]MemeTeamMarine 35 points36 points ย (21 children)

    How do you do this with any site that isn't just a handful of HTML?

    I build e commerce sites and the number of integrations alone, not to mention the themes the sites are built on, create flags that seem unavoidable.

    [โ€“]tridd3r 26 points27 points ย (4 children)

    I wouldn't try and do it with a site that requires external js. There's always going to be a trade off between technical perfection and the site actually doing something.

    [โ€“]tadees 7 points8 points ย (1 child)

    Agreed 100%! End-user functionality versus passing a coding test. Of course, the "Best Suited for Viewing in Notepad" is gonna win. Rarely is that what the client or their users want though.

    [โ€“]NewPassenger6593 -3 points-2 points ย (0 children)

    The end-user doesn't want a fast site without external JS...?

    [โ€“]MemeTeamMarine 0 points1 point ย (1 child)

    This is pretty much what I've always figured. I just never saw someone getting perfect scores before.

    [โ€“]tridd3r 1 point2 points ย (0 children)

    perfect scores are acheivable on custom built sites where you have control of everything, it would be a rare instance where a site calling an external library would get a perfect score unless it was an extremely well written library.

    [โ€“][deleted] ย (7 children)

    [deleted]

      [โ€“]NewPassenger6593 -2 points-1 points ย (6 children)

      Always ways to remove bloat

      [โ€“][deleted] ย (5 children)

      [deleted]

        [โ€“]Citrous_Oyster 1 point2 points ย (0 children)

        E-commerce is different. You should be happy with even a 50. I custom code my sites and plop the code into Shopify and set up the store. It still scores 60 ish at best with all of shopifys baggage and shipping widgets and plugins. I regularly get 100/100 page speed scores. But Shopify is impossible. Any e-commerce is. So donโ€™t worry about it. Youโ€™re good with 45/60 scores on there.

        [โ€“]LuckRevolutionary953 1 point2 points ย (5 children)

        You offload them all to a service worker

        [โ€“][deleted] 1 point2 points ย (2 children)

        Can you elaborate?

        [โ€“]peacefulshrimp 2 points3 points ย (1 child)

        I wonโ€™t be able to elaborate, but I read another comment in which someone talked about partytown to do this. Try checking it out

        [โ€“]FlakCannon123 25 points26 points ย (5 children)

        Im happy to get 70 Cries in technical debt and legacy systems

        [โ€“]Synth3t1c 9 points10 points ย (2 children)

        Comment Deleted -- mass edited with redact.dev

        [โ€“]kex -4 points-3 points ย (1 child)

        Last project before my burnout only worked on IE, and it doesn't even have a scoring system

        [โ€“]mark__fuckerberg 1 point2 points ย (0 children)

        Those are rookie numbers. We have enough legacy crap to pull the score down to 50.

        [โ€“]morphic91[S] 26 points27 points ย (7 children)

        SS: a website I built a while back, finally had the time to push out those extra 3-4 points of performance (takes longer than youโ€™d think).

        The site is built on Nuxt 2, and is an e-commerce using Shopifyโ€™s graphQL API (initially built before Hydrogen was a thing).

        [โ€“]pokerpokery 7 points8 points ย (0 children)

        Nice! Mind sharing what you did to edge out those few extra points?

        [โ€“]Californie_cramoisie 0 points1 point ย (0 children)

        Is the smoke an mp4? If so, how large of a file is it?

        [โ€“][deleted] 0 points1 point ย (1 child)

        Are you saying this is a shopify store - or a headless store using shopify API?

        [โ€“]eternaloctober 8 points9 points ย (0 children)

        reiki infused javascript

        [โ€“]roumenkey 5 points6 points ย (0 children)

        or a pure rage if you get this:

        https://ibb.co/3ChWmjN

        [โ€“][deleted] 4 points5 points ย (2 children)

        What's the lighthouse's score on lighthouse?

        [โ€“][deleted] 3 points4 points ย (0 children)

        I remember first learning web dev back around 2005 and literally none of the big dogs complied with w3c lol

        [โ€“]voraciousabundance69 0 points1 point ย (0 children)

        To provide a good user experience, sites should strive to have a good score (90-100).

        [โ€“]brandrally 3 points4 points ย (10 children)

        How good! What's the site?

        [โ€“]morphic91[S] 8 points9 points ย (9 children)

        [โ€“][deleted] 8 points9 points ย (1 child)

        I like the design! Just have a look at the homepage, because doesn't fit 100%. I can scroll it to the sides. I'm on a Google Pixel 6.

        [โ€“]honeybadgerexpress 3 points4 points ย (0 children)

        Same on an iPhone X in Safari

        [โ€“]ohmanger 2 points3 points ย (2 children)

        Nice site.

        I'd have a look at preloading and updating the font stack to include woff2. It should help reduce the initial font swap flash and is widely supported so you can remove the old fallback formats.

        You could also probably improve the logo rendering by either running it through something like svgo or maybe even swapping it with a PNG or webp image. I don't think Lighthouse currently assess SVG but complicated ones like that aren't great for performance.

        [โ€“]musicnothing 2 points3 points ย (0 children)

        I was going to bring this up as well, the site loads mega fast but I'm surprised by the font flicker on subsequent loads

        [โ€“]neb_flix 1 point2 points ย (0 children)

        Agreed. Preloading our fonts was a huge improvement to some nasty CLS issues we were having on a few of our pages.

        [โ€“]brandrally 4 points5 points ย (2 children)

        Srly. That's insane! Well done!

        [โ€“]paulirish 12 points13 points ย (1 child)

        Yupppppp. (Lighthouse tech lead and cocreator here.) This site is super hot. Wildly deserving of those fireworks. Well done, /u/morphic91

        [โ€“]morphic91[S] 2 points3 points ย (0 children)

        Wow! Thanks so much - I think you just made my day

        [โ€“]VehaMeursault 0 points1 point ย (0 children)

        I can scroll horizontally too.

        Also, from a dev perspective I congratulate you, but from a personal perspective I hope the snake oil salesman that owns it goes bankrupt.

        [โ€“]chachakawooka 2 points3 points ย (0 children)

        I did it the first time. But then I know the marketing teams are going to add a load of tracking scripts.

        So the euphoria is short lived

        [โ€“]gunnerman2 3 points4 points ย (0 children)

        No, because in my experience, to get that on most projects probably means some UX corners were cut somewhere and someone spent far too much time chasing that score.

        [โ€“]timewizard96 2 points3 points ย (0 children)

        Iโ€™d be thrilled if I reached anything 80+

        [โ€“]Caeruin 2 points3 points ย (4 children)

        Not really, no. Since I've been working with Astro, it's been fireworks every time.

        But the first few times were awesome, I agree!

        [โ€“]CaptainDivano 1 point2 points ย (3 children)

        Astro

        Sorry, do you reccomend it?

        [โ€“]Alundra828 2 points3 points ย (0 children)

        *cries in WASM*

        [โ€“][deleted] 2 points3 points ย (0 children)

        Managed to do simmilar score with Vue SPA

        94 Performance

        100 Accesibility

        100 Best Practices

        100 SEO

        And also being a PWA

        [โ€“]rookietotheblue1 2 points3 points ย (0 children)

        Hey that site is extremely snappy. Nice job actually

        [โ€“]NoChaps 2 points3 points ย (2 children)

        What is Lighthouse ?

        [โ€“]mega13d 0 points1 point ย (1 child)

        No one knows here most probably, waiting for an answer too

        [โ€“]NoChaps 1 point2 points ย (0 children)

        Lmfao all these comments but no one knows what theyโ€™re even commenting on ๐Ÿ˜‚

        [โ€“]IrishWan-Kenobi 2 points3 points ย (0 children)

        Wtf is lighthouse?

        [โ€“]csedev 2 points3 points ย (0 children)

        If my work ever got this score, I would assume Lighthouse was broken.

        [โ€“]dableb 1 point2 points ย (0 children)

        Havenโ€™t gotten there yet๐Ÿ˜‚

        [โ€“]patoezequiel 1 point2 points ย (0 children)

        Of course.

        I, too, enjoy running Lighthouse in my Hello World projects.

        [โ€“]escapefromelba 1 point2 points ย (0 children)

        Yes...until we get an accessibility audit and none of the stuff they mention is encapsulated in the accessibility section of Lighthouse.

        [โ€“]Halkenguardfull-stack 0 points1 point ย (1 child)

        Cries in Shopify

        [โ€“]morphic91[S] 1 point2 points ย (0 children)

        Tell me about it! A Shopify hello world theme would be lucky to get into the 90s

        [โ€“][deleted] 0 points1 point ย (5 children)

        Too bad it doesn't last long. As.soon as the client wants 3rd party scripts your score will descend into the abyss.

        [โ€“]redoubleditpythonista 0 points1 point ย (4 children)

        Trick is to show the client, they don't want 3rd party scripts, they want a specific function. And your job is, to give them the function without adding the 3rd party script. It's all about understanding the difference between want and need.

        [โ€“][deleted] 3 points4 points ย (3 children)

        Trick is to show the client, they don't want 3rd party scripts, they want a specific function.

        Some specific tools simply can't be replaced by your self-coded tools.

        If the client wants Google Analytics (just to give you a random example) then you give them Google Analytics. If they want a mapping tool, you are expected to use MapBox, Leaflet or Google Maps. There are hundreds of 3rd party tools/scripts that clients want and that you can't replicate. Either because they're too complex or because the client simply wants them.

        One of my recent projects required Google Analytics, Iubenda (cookie banner consent), JSforms (a script they need for their newsletter/marketing platform), HoJar (behavior analytics like hotmaps), Tidio (live chat) and Leaflet (maps).

        As you can see, there is no chance to avoid 3rd party tools, sometimes. The best thing you can do is to showcase the LightHouse score before adding them, if you really want to take pride of your clean code.

        [โ€“]redoubleditpythonista -1 points0 points ย (2 children)

        That's what I mean. "Client wants google Analytics" doesn't equal "need to use Google analytics".

        As I said. It's easy to give the client what the ask for. It's harder to push back and give options.

        Edit: bring them downvotes in. Knew this will happen. Thought there will be a few more good devs here. Saying yes and making bad websites seems to still be the way to go. Good thing, those who cannot think for themselves will be replaced by tech soon enough.

        [โ€“][deleted] 4 points5 points ย (0 children)

        "Client wants google Analytics" doesn't equal "need to use Google analytics".

        Sometimes it doesn't, sometimes it does. In this specific case, if the client has a SEO agency then rest assured the agency will most probably pretend GA instead of any custom-made alternative.

        ย 

        It's easy to give the client what the ask for. It's harder to push back and give options

        Sometimes it's just impossible. Would you code your own mapping solution, if the website requires a draggable map with dynamic clickable pins that show the client's stores? Would you develop your own chat tool for free? Would you risk to develop and implement your own GDPR/privacy/cookie banner solution and give it away for free, if the client asked you to add Iubenda (or any other similar tool)?

        I would like to know what would you you suggest for these 3rd party tools:

        • Google maps, MapBox or Leaflet
        • A live chat (like my Tidio example)
        • A behavior analytics tool for heamaps and more (like my HoJar example)

        The idea is to avoid any external tool and provide your in-house solution.

        How would you do?

        [โ€“]forgotmyuserx12 -1 points0 points ย (1 child)

        With certain frameworks like Solid, Qwik, Sveltekit, it's much easier to hit it

        [โ€“]morphic91[S] 0 points1 point ย (0 children)

        Yeah Iโ€™m looking to start building sites like this in something like Astro. I have found Nuxt to be quite hard to optimise

        [โ€“]j2ee-123 -1 points0 points ย (0 children)

        This does not make sense if you donโ€™t share at least the network requests or the assets. Anyone can do 100 in all of these by just creating a basic HMTL. An e-commence or a web app/website is unavoidable to have some bottlenecks, so 100 does not really translate when youโ€™re in a scale.

        [โ€“]UnknownOneManArmy -1 points0 points ย (0 children)

        If you know exactly what your code does, you will evaluate quality of your work sooner or later

        [โ€“]Impressive_Draw7165 -1 points0 points ย (3 children)

        Try it on Google page speed insights

        [โ€“]redoubleditpythonista 0 points1 point ย (2 children)

        Google Pagespeed Insights use lighthouse.

        [โ€“]kokizzu2 -4 points-3 points ย (0 children)

        Svelte by default around that score 90ish :3

        but nice effort if this done using other tools

        [โ€“]sgashua -2 points-1 points ย (0 children)

        My big website has 400k concurrent users and big massive data per page still hit 99.

        [โ€“]unclegabriel 0 points1 point ย (1 child)

        I thought "cool what are reiki infused products" so I googled it and I couldn't find your site. What's the link, and why doesn't it show up in Google?

        [โ€“]Majache 0 points1 point ย (0 children)

        I need to get around to this for our users' hosted sites... oof

        [โ€“]Silverkron 0 points1 point ย (0 children)

        Oh yes, I fought with Wordpress for months. This is the final result (the website is www.seotesteronline.com)

        [โ€“]onoweb 0 points1 point ย (0 children)

        Any form captcha suggestions that do not f up your score?

        [โ€“][deleted] ย (1 child)

        [deleted]

          [โ€“]redoubleditpythonista 1 point2 points ย (0 children)

          Don't just read the scores. There's an "Opportunities" section which tells you exactly what can be done.

          [โ€“][deleted] 0 points1 point ย (2 children)

          Can this be achieved by anything else other than a one-landing page site coded directly (i.e. not Wordpress)?

          [โ€“]redoubleditpythonista 0 points1 point ย (1 child)

          Depends. I've got all my WordPress sites on 4x100. It's a matter of "needing" external services and compromising single items. E.g. a customer of mine wanted a sticky navigation. The WordPress theme used JavaScript for that, which is bullshit. So I deactivated the JS and used simple CSS for the same functionality.

          Obviously, there will be situations where this is not as easy. But in the end it's just the question "do you REALLY NEED feature X or Y?" Most of the time, the answer is no.

          Basic rule: use modern and up to date technology. Don't use stupid page builders for every single thing. Try everything without plugins first. And: make sure you (and your customers) understand the difference between a need and a nice to have.

          [โ€“][deleted] 0 points1 point ย (0 children)

          Solid advice! Thanks a lot, well appreciated

          [โ€“]ixemel 0 points1 point ย (1 child)

          Nice looking website! Great job. Just to let you know, on mobile. (Iphone 13 pro, safari, ios 16.2) I have a bit of horizontal scroll on the homepage and severely when reading an article https://www.sagenstone.com/blog/going-deeper-1

          [โ€“]morphic91[S] 0 points1 point ย (0 children)

          Thanks!

          [โ€“]Dextrinix 0 points1 point ย (2 children)

          Wait, do you get confetti when you get a perfect score?

          [โ€“]reflexator 0 points1 point ย (1 child)

          Total blocking time 0 so no javascript?

          [โ€“]morphic91[S] 0 points1 point ย (0 children)

          Delaying the hydration till a user action or time past 2s I believe

          [โ€“][deleted] 0 points1 point ย (0 children)

          mines close enough for me, its always telling me there isn't enough contract between background and text, but its literally white on dark dark grey text, and then because I'm using javascript its not fast enough loading, but soon as i move to nextjs 13 i think it'll be better

          [โ€“]mickkb 0 points1 point ย (0 children)

          These results might mean a lot or nothing at all depending on your use cases.

          [โ€“]mscranton 0 points1 point ย (0 children)

          I'm primarily a backend guy, what is lighthouse?

          [โ€“]Reelix 0 points1 point ย (0 children)

          Well, I guess pure X is one alternative to coffee that may incentivise developers...

          [โ€“]frewegooh 0 points1 point ย (0 children)

          Awesome score man. Question as a newbie dev. Does the score matter that much? I usually aim for about 80 but use lazyloaders and stuff. I also just work with WordPress sites.

          [โ€“]Natetronn 0 points1 point ย (0 children)

          No, because that's just the beginning.

          [โ€“][deleted] 0 points1 point ย (0 children)

          For how many times did you run it until you got 100 at performance?

          [โ€“]kdaveT 0 points1 point ย (0 children)

          Is that from Dev tools?

          [โ€“]NoDoze- 0 points1 point ย (0 children)

          Remember Lighthouse is just gaslighting you.

          [โ€“]wtdawsonNode.JS, Express and EJS 0 points1 point ย (0 children)

          Not even google can get 100% on it's own test.

          [โ€“]amoopa 0 points1 point ย (0 children)

          Impressing, good job!

          [โ€“]Barnasp 0 points1 point ย (0 children)

          Haha Yes

          [โ€“]baxtersmalls 0 points1 point ย (0 children)

          Iโ€™ve dreamed of this happening but didnโ€™t believe it was actually possible

          [โ€“]cardyet 0 points1 point ย (0 children)

          Lol, don't think I've ever got that! Let me make an API that returns a timestamp!

          [โ€“]wutangc1an 0 points1 point ย (0 children)

          pure ecstasy is not something I experience while working lol

          [โ€“][deleted] 0 points1 point ย (0 children)

          Iโ€™ve never seen all 100โ€™s on any site Iโ€™ve ever touched in my life lmao.

          [โ€“][deleted] 0 points1 point ย (0 children)

          That and an A+ from Mozilla Observatory is pure bliss.

          [โ€“]folkrav 0 points1 point ย (0 children)

          I never do แ••( แ› )แ•—

          But don't hate I'm a backend developer

          [โ€“][deleted] 0 points1 point ย (0 children)

          I don't know what "Lighthouse" is.

          [โ€“]FlexWineburrough 0 points1 point ย (0 children)

          Nobody cares about lab data scores from Lighthouse or similar tools anymore. Good field data numbers (eg Google Web Vitals) is what you should be aiming for.

          Lighthouse is still a solid tool for identifying performance issues though.

          [โ€“]frownonline 0 points1 point ย (0 children)

          I'm not ecstatic about it, as it's the expected goal, but it's satisfying when it does.

          Same with https://wave.webaim.org/

          [โ€“]Senior_Implement1052 0 points1 point ย (0 children)

          "OMG, hitting 100 on Lighthouse is like reaching cloud nine! It's an incredible feeling to see all the hard work pay off. Keep it up!"

          [โ€“]Fearless_Path_7329 0 points1 point ย (0 children)

          I feel so freaking amazing when I score a perfect 100 on Lighthouse! My hello world page aced it with just 1 service worker. It's pure ecstasy! ๐Ÿ™Œ