Angular-cli: Noticable performance improvement in .30

Created on 5 Feb 2017  路  8Comments  路  Source: angular/angular-cli

Hi all,

Just upgraded from .26 to .30 on 2 projects and the speed/performance increase is fantastic - I was serving up in 12 seconds now it's down to 2-3 seconds (old laptop). AOT and Chunking working great.

Appreciate all the hard work!

Most helpful comment

Hey @rodneyjoyce,

Thank you so much for your kind words. I forwarded them to the rest of the team and it's very heart-warming.

Stay tuned for even more enhancements coming up in the next couple of weeks :)

All 8 comments

@rodneyjoyce could you share your package.json?

are you using angular-cli or @angular/cli?

Sure: (I am not sure of the last question)

{
  "name": "xyz",
  "version": "0.0.0",
  "license": "MIT",
  "angular-cli": {},
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "test": "ng test",
    "pree2e": "webdriver-manager update --standalone false --gecko false",
    "e2e": "protractor"
  },
  "private": true,
  "dependencies": {
    "@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.15",
    "angular-2-local-storage": "^1.0.1",
    "angular-calendar": "^0.6.2",
    "angular2-datatable": "^0.5.2",
    "angular2-google-maps": "^0.17.0",
    "angular2-jwt": "^0.1.28",
    "angular2-logger": "^0.5.1",
    "angulartics2": "^1.6.3",
    "auth0-lock": "10.10.2",
    "auth0-js": "8.1.3",
    "breeze-bridge-angular2": "^0.3.6",
    "breeze-client": "^1.6.2",
    "chart.js": "^2.4.0",
    "@angular/common": "^2.3.1",
    "@angular/compiler": "^2.3.1",
    "@angular/core": "^2.3.1",
    "@angular/forms": "^2.3.1",
    "@angular/http": "^2.3.1",
    "@angular/platform-browser": "^2.3.1",
    "@angular/platform-browser-dynamic": "^2.3.1",
    "@angular/router": "^3.3.1",
    "core-js": "^2.4.1",
    "date-fns": "^1.27.1",
    "moment": "^2.17.1",
    "ng2-charts": "^1.5.0",
    "ng2-select": "^1.2.0",
    "ng2-toastr": "^1.4.1",
    "ngx-quill": "^0.3.1",
    "rxjs": "^5.0.1",
    "ts-helpers": "^1.1.1",
    "zone.js": "^0.7.2"
  },
  "devDependencies": {
    "@types/auth0-lock": "^10.9.0",
    "@types/date-fns": "^2.6.0",
    "@types/lodash": "^4.14.50",
    "@angular/cli": "1.0.0-beta.30",
    "@angular/compiler-cli": "^2.3.1",
    "@types/jasmine": "2.5.38",
    "@types/node": "^6.0.42",
    "codelyzer": "~2.0.0-beta.1",
    "jasmine-core": "2.5.2",
    "jasmine-spec-reporter": "2.5.0",
    "karma": "1.2.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.0.2",
    "karma-remap-istanbul": "^0.2.1",
    "protractor": "~4.0.13",
    "ts-node": "1.2.1",
    "tslint": "^4.3.0",
    "typescript": "~2.0.3"
  }
}

Hey @rodneyjoyce,

Thank you so much for your kind words. I forwarded them to the rest of the team and it's very heart-warming.

Stay tuned for even more enhancements coming up in the next couple of weeks :)

Agreed with @hansl thank you for the positive feedback!!!

However your joy and success is not an "issue" so closing this issue. THANKS!!!

Yeah, sorry, was not sure where to post this ;) Just wanted to give some real feedback on the releases

@rodneyjoyce I already filed an issue @github that there is no 'Compliments' section in each repo ;)

Great work angular team! I'm feeling the performance improvement as well on all of my projects after upgrading to beta 30 :-)

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings