2
1 Comment

Website performance report

I'm a software developer and when I get new freelance clients who want to upgrade their website, I usually check the current performance of the site (does it have https, time to load, broken links, domain status).

I was thinking about creating a website where users could enter the website URL and their email and receive a monthly report of the website's health status. I could incorporate a few opensource tools in the product that would check different metrics.

I would present the simplified metrics for free and provide a consultation on how to improve the website for a premium.

Let me know what you think.

on June 7, 2020
  1. 1

    Cool, definitely in for that. I think the low hanging fruit are like bundle sizes, async requests and not optimised assets.

    But if you went further and like, e.g. found out why their react app is slow, suggested alternative modules and maybe dug into what their requesting from the server that they don't need to, I'd look into it.