The current design keeps the number of requests very low, and ultimately the assets of the page are quite small. I've avoided graphics of any sort so far (except favicon.ico).
I will need to compress files, especially the JavaScript as it grows and think about inlining some of the core CSS. I will also need to look at lazy loading, to avoid the first render being held up by downloads of assets that are not needed for that render.
Document Complete | Fully Loaded | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Load Time | First Byte | Start Render | Speed Index | Time | Requests | Bytes In | Time | Requests | Bytes In | |
First View | 0.342s | 0.184s | 0.299s | 300 | 0.342s | 4 | 6 KB | 0.484s | 4 | 7 KB |
Repeat View | 0.321s | 0.000s | 0.189s | 200 | 0.321s | 3 | 1 KB | 0.321s | 3 | 1 KB |
No comments:
Post a Comment