DEV Community

Discussion on: How we reduced our initial JS/CSS size by 67%

Collapse
 
addyosmani profile image
Addy Osmani

Great write-up, Guilherme! Love that the diffs for each improvement are publicly available for folks to learn from. Did you use any other tools while auditing your app? (e.g Lighthouse) šŸ˜€

Collapse
 
goenning profile image
Guilherme Oenning

I did run it sometimes, but haven't stored it. I'll boot up both versions, compare the lighthouse result and post here later today! :)

Collapse
 
goenning profile image
Guilherme Oenning

Before: googlechrome.github.io/lighthouse/...

After: googlechrome.github.io/lighthouse/...

This is client-side rendered, so there's still room to improve.