Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8740133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:04:40+00:00 2026-06-13T11:04:40+00:00

I am reading up on GWT for the first time, and came across this

  • 0

I am reading up on GWT for the first time, and came across this article on codeplitting. In it, the author states:

If you know which split point in your app will come first, you can improve the app’s performance by specifying an initial load sequence…

Several questions on this:

  1. What is this “initial load sequence” and how/where do you specify it?
  2. Why does specifying/configuring the load sequence differently affect app performance? In other words, what is the actual optimization that is performed here?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:04:41+00:00Added an answer on June 13, 2026 at 11:04 am

    Well, code splitting just affect to the time spent by the browser to load all the js necessary to run the app, but not the performance of your app (I mean the execution of that js).

    If the load of your fragments can be performed randomly, that means that there is an initial amount of js (containing all the common code) which should be downloaded at first, this initial fragment could be large if all fragments share so much code.

    If you define a logical sequence of loading, it will allow the compiler to distribute shared code in a better way, so as the fragment 1 includes code which uses 1 and 2, and 2 has code used in 2 and 3 etc, but be aware that If you load 3 before 1, will force the browser to download 1 and 2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across this code today whilst reading Accelerated GWT (Gupta) - page 151
I'm reading a book about GWT (Google Web Toolkit) where the author quote the
Reading through this excellent article about safe construction techniques by Brain Goetz, I got
From reading the GWT documentation I know that layout panels such as DockLayoutPanel are
Reading this question , I wondered how much time (asymptotically speaking) does it takes
Reading an article called Increase LINQ Query Performance in July's MSDN magazine, the author
I was reading the book GWT in action 2, and the author mentioned (in
Reading this article for instance, writing an NSDictionary to a plist looks pretty easy.
I was reading about this EntityProxy feature in GWT 2.1+ and was wondering if
I'm reading up on developing GWT apps and read an excerpt from this page:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.