2016-06-13 3 views
0

모바일 용 ionic 2 응용 프로그램을 개발 중입니다. 하지만 한 페이지에서 다른 페이지 (대시 보드에 로그인 페이지)로 이동하려고하면 많은 시간이 걸립니다. 동적 인 페이지가 아닌 정적 페이지로 작업했습니다.페이지 전환 중에 ionic2 성능 문제가 발생했습니다.

은 그냥 index.html을에서 다음 스크립트 파일,

<script src="../node_modules/crypto-js/crypto-js.js"></script> 
    <!-- cordova.js required for cordova apps --> 
    <script src="cordova.js"></script> 
    <!-- Polyfill needed for platforms without Promise and Collection support --> 
    <script src="build/js/es6-shim.min.js"></script> 
    <!-- Zone.js and Reflect-metadata --> 
    <script src="build/js/angular2-polyfills.js"></script> 
    <!-- the bundle built from the app's source code --> 
    <script src="build/js/app.bundle.js"></script> 

    <!-- google maps script is loaded last as to not block rendering --> 
    <script src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxx"></script> 

어느 한 페이지 전환을 개선하기 위해 나를 인도 수를 포함?

답변

관련 문제