Is the lighthouse test enough for auto minify?
I wanna turn off the auto minify feature, so basically I've started my nextJS as a production server and ran the "lighthouse" test on it and compared it to my website that is protected by cloudflare and it was faster on my laptop than from cloudflare's server. is this test "enough"?
7 Replies
I would think that comparing the size of the html/css/js files would be more useful than comparing the speed - since obviously something running on your laptop is going to be faster than Cloudflare, as there is lower latency
any idea how I can do that?
the Network tab of the browser will list sizes of files
thank you
I got this though: "1.83 MB / 618.69 kB " (when viewing JS CSS and HTML)
I was told that 1.83 MB is the data required while 618.69 is the downloaded. but I was in incognito mode
and I've created a new incgnito window
screenshot?
there is also compression as well as local cache
and the numbers do not mean much on their own, you should compare them with both setups
sorry discord is not notifying me when you reply