Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-6962

Admin UI: compile all Angular views to one file (optimize page load)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • None
    • None

      All the Angular views are loaded as separated HTML source files.

      In order to speed up page transitions, we should aggregate these files to one.

      There are three options:

      1) inline views to index.html ( grunt-inline-angular-templates )
      2) concatenate views to one file e.g. dist.html ( grunt-angular-templates )
      3) concatenate views and transform them to JavaScript source ( grunt-angular-templates )


      This techniques makes initial page load time little bit slower, but make page transitions faster (and avoid need for "loading spinner" AGPUSH-707).

            Unassigned Unassigned
            lfryc Lukáš Fryč (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: