Skip to content

performance tweaks

Improved web performance by :

  • Reducing size of bundle.js
  • Async loading of javascript
  • Preloading of css

All these fixes reduced the render blocking sources. More work can be done to reduce the first meaningful paint, for which I will be pushing commits asap.

Screen_Shot_2018-03-18_at_9.32.07_AM

Screen_Shot_2018-03-20_at_5.43.41_AM

Screen_Shot_2018-03-20_at_5.41.50_AM

Screen_Shot_2018-03-20_at_5.42.44_AM

Screen_Shot_2018-03-20_at_5.40.42_AM

Relevant issue: #78

Edited by VibhorGupta

Merge request reports