performance - Why my Ionic CLI commands are a lot slower than Cordova? -


i'm using ionic 2.0.0-beta.37, cordova 6.2.0 , node 6.2.0 on osx 10.11.4

cordova platform list | time ionic platform list

real  0m19.449s       |    real   1m16.809s user  0m0.890s        |    user   0m2.711s sys   0m0.166s        |    sys    0m0.685s 

cordova plugin list | ionic plugin list

real  0m0.587s        |    real   0m41.768s user  0m0.503s        |    user   0m2.362s sys   0m0.055s        |    sys    0m0.891s 

why ionic cli slower?

i facing speed issue when ionic serve, tried disabling live reload, not helpful.

i found this answer on ionic forum, notice speed improvement while doing ionic serve

try doing npm rebuild node-sass


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -