10
41 Comments

Show IH: Who has the fastest website?

Curious to know how fast our websites are.

It is said that,

53% of mobile site visits are abandoned if pages take longer than 3 seconds to load. A 2-second delay in load time resulted in abandonment rates of up to 87%

That said, now it's time to boast about our ultra-fast site. Our founder community landing page loads in 1.5 seconds > join.coulf.com

How fast is yours and what did you do to make it faster?

  1. 2

    A refreshing, fruitful engagement exercise @Dinakar!

    Website performance is something I care about deeply, So I tend to go for minimalist designs and that reflects in its performance scores.

    Some of my current websites,

    needgap performance measurement using builtin lightspeed on chrome

    hitstartup performance measurement using builtin lightspeed on chrome

    startuptoolchain performance measurement using builtin lightspeed on chrome

    Abishek Muthian performance measurement using builtin lightspeed on chrome

    1. 2

      You have some interesting projects. And they all seem to have some sort of design consistency which is really great.

    2. 2

      Minimalistic and fast!

  2. 2

    First contentful paint - 0.9s. Fully loaded time - 7.2s (I have 2mb gif at the bottom of the page)

    Don't get stuck with those speed metrics, they have fixed outcome. The user experience starts as soon as you have HTML and CSS loaded. If you have additional images to be loaded then they get loaded by the time the user finishes with the title and value prop.

    1. 1

      I don't think it matters if it's between 1 - 4 seconds. I personally leave sites that take more than ~5 secs. If I'm highly interested in the site, coz I read about it somewhere or know about it, I'll wait for a few more seconds.

  3. 2

    Hey! Can you also provide a link to the speed test as several testers use different measuring :)

    1. 1

      Yeah sure. I used Wix Turbo to test since ours is a Wix EditorX site - link:

      Coulf Community Site Speed Test

      Other popular speed test tools include:
      Google PageSpeed Insights - link
      GTmetrix - link
      Pingdom - link

  4. 1

    I'm still in alpha, but very happy with our mobile score.

    caniautomate.com

    Image of Speed Test

  5. 1

    Man I have to figure out what is slowing down my site: https://jamform.com

    It's serverside rendered with NextJS, uses Cloudflare caching, barely has any image/media, doesn't even have a lot of content, yet still gets a 55 in Lighthouse with 5.4s first contentful paint :(

    Edit: Nevermind I pushed a few small changes and was able to bring my desktop Lighthouse average from 94.2 to 99, and mobile Lighthouse average from 57.6 to 93.2. (calculated by running 5 tests on each and averaging, before and after).

    1. 1

      What changes did you make? It has a gif and a paragraph length of text. It should have been fast even before you made changes I think.

      1. 2

        That’s what I thought but I think the big change was I wasn’t purging my unused Tailwind Css which was causing some excess CSS. Also it wanted me to add a default width/height to those images since they were causing a large repaint when CSS loaded, that actually added almost 10 points itself on mobile. Not much changed but huge difference!

  6. 1

    Hey all, you can check https://midnight.pub - it loads pretty fast. :)

    For more context, I wanted to build something that don't need javascript and only little css. It's focused on text.

    Edit: well, looks like it does pretty well!

    1. 1

      Good old text and html. Nice to see sites like yours these days.

  7. 1

    I see that I will compete for the slowest instead. 😆

    So this is how client-side rendered CRA page speed looks like.

    We have done many optimizations to increase the loading time. It was worse. We use CDN, we separate JS in chunks, we lazy load unneeded js, etc..

    The only way to make it quick is server-side rendering the page, but that would require quite an investment of time.

    1. 1

      On the other hand, here is GTmetrix results:

      They are completely different from Pagespeed insights 🤷‍♂️

      1. 1

        Wow, that's like the opposite. Didn't expect it'd be this different.

        I'm not technical but since this is from Canada, does it has to do anything with the server location? And the results from Google change because of that?

        1. 1

          Yes, these might be the reasons:

          • Location might matter (Canada being closer to our servers)
          • Google might use a less performant server to do the test (slower to render)
          • Google has a different algorithm to measure performance
    1. 2

      Yeah, it was fast. How did it do on mobile?

  8. 1

    Here's data for https://www.thisismylaunch.com/ Not bad, but there is definitely room for improvement.

    First Contentful Paint 1.0 s
    Speed Index 3.7 s
    Largest Contentful Paint 3.6 s
    Time to Interactive 1.9 s

    1. 1

      Fast, cool design and nice idea! Do you plan to feature launch campaigns for a fee to monetize the project?

      1. 1

        Thanks! For now everything is free and will stay free while I'm building a fully-featured version of a platform. I have some ideas about monetization but I want to focus on getting users and finding product-market first.

  9. 1

    Shameless plug here: https://www.lightest.app/c/Vbu0asrsFw
    I built a visualization and comparison tool for Lighthouse reports so you can see timeline animation.

    1. 2

      That was awesome to see this way. Thanks for sharing!

      I didn't know what those icons are (eye, thumbs up..). Took me a while to know they're tool tips as I was on my mobile. Maybe you can put up an icon and it's description on top of the page for mobile alone.

      1. 1

        Thank you for the feedback, I'm thinking about how to improve UX but keep UI simple and minimalistic.

  10. 1

    https://fiwl-js.github.io - this is faster than the speed of light ⚡

    1. 1

      The whole point of this post is two things, 1 is showing this site of ours is fast 😎 lol and 2 is trying to fiqure out how these sites are so fast (!?).

      How is your site so fast?

  11. 1

    I used gtmetrix.com and time to interactive of my website was 1.4s. Checkmate 😅

    1. 1

      Personality reveal, right? I felt it was faster than that when I visited normally. Couldn't tell any difference.

      1. 1

        Yeah.. I also don't really know what these tools measure as the load time they say compared to the actual load time sometimes differs very much.

        1. 2

          Just saw a new comment, Google PageSpeed was 5 seconds and GTmetrix less than a sec for large contentful paint. It's crazy how it is measured.

  12. 1

    I got 65 on mobile and 97 on desktop (Lighthouse) for https://ds9soft.com/popdo/
    Haven’t got a way to increase the mobile performance...

    1. 1

      You've got quite some images there but it is still fast. How's that?

      1. 1

        Screenshots are lazyloaded. Other than that, I have no idea. I used Blocs app to build the site. I used to do it manually and it was much simpler (and also faster) before. Now I prefer a website builder to handle most of the stuff for me, so I can focus on my stuff instead.

        1. 1

          I prefer a site builder too. I don't code, so. It's like I would set it and forget about servers, managing and all that.

  13. 2

    This comment was deleted 5 months ago.

    1. 1

      Oh shoot.

      But that large contentful paint is so unexplainable even when I try to load the site on several devices with vpn/wifi/data & others it doesn't get that long.

      1. 1

        This comment was deleted 5 months ago.

        1. 2

          I actually ran the test on Wix's Website Speed tool and it was that result. So I think they'll factor this broken element and then report the result.

    2. 1

      When I run your site, I get time to interactive 5.8s at a performance score of 68

      1. 1

        This comment was deleted 5 months ago.

          1. 1

            This comment was deleted 5 months ago.

        1. 1

          Your personal website has good design. Speed was visually slow when I opened for the first time but the metrics are good.

          1. 1

            This comment was deleted 5 months ago.

            1. 1

              I meant "watching the screen load", it felt like it was slow when using it. Yeah, maybe because the images lazy loaded when I first visited.

              1. 1

                This comment was deleted 5 months ago.

Trending on Indie Hackers
After 10M+ Views, 13k+ Upvotes: The Reddit Strategy That Worked for Me! 42 comments Getting first 908 Paid Signups by Spending $353 ONLY. 24 comments 🔥Roast my one-man design agency website 21 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments Hero Section Copywriting Framework that Converts 3x 12 comments