|
|
|
|
|
by jacquesm
3979 days ago
|
|
Images are in data: urls (so the three requests to generate the page are really only one request to the server), stylesheet is embedded in the page, twitter button hacked until it no longer needed twitter before you click on it, no eye candy beyond the minimum required to get the site working, no external 'fancy' fonts because browser ship with plenty of them to get the message across. I'm still playing code-golf on the stylesheet to make it smaller. 14 Kilo bytes transferred data on that page in total, load time start-to-end 150 ms or so depending on the speed of your connection. I don't like bloat and I like my website to load fast. I also think that's more considerate of visitors on mobile who usually have to pay for their bandwidth and have less of it as well as third world countries. On top of that I don't like external resources controlled by others for tracking or other purposes beyond my control so no trackers, analytics or other bull-shit. It's finished when there is nothing left to remove while still keeping the look exactly like it is right now. You don't need 'page transitions' when the pages load instantaneously :) |
|