Skip to content

Releases: addyosmani/ember-progressive-webapp

First stable release

Choose a tag to compare

@addyosmani addyosmani released this 08 Jun 15:53

This is a cleaned up version of the Ember PWA I demonstrated at Google I/O 2016.

How it was built

Performance breakdown

Minor release

Choose a tag to compare

@addyosmani addyosmani released this 27 Apr 19:21
  • Fixes an issue with some PNG files not correctly getting deployed due to fingerprinting not picking up files in manifests/JSON files reliably and thus the wrong paths being queried
  • Fixes a paths issue reading back JSON data for the articles as SW was trying to read back // paths from the cache.

WebPageTest: http://www.webpagetest.org/result/160427_YC_19Y2/

Cable: 1st 991, repeat: 451

Another big release.

Choose a tag to compare

@addyosmani addyosmani released this 27 Apr 18:20
  • Critical-rendering path optimisation. We now inline critical path CSS
  • Both Ember's vendor bundle and app JS are now loaded with defer
  • We now use the assets directory for all images, fixing some deployment issues

Cable:

3G:

First release.

Choose a tag to compare

@addyosmani addyosmani released this 31 Mar 14:06

Deploys successfully to Heroku.
Uses FastBoot and ember-network.