Skip to content

Commit

Permalink
Change title of the DevGuideCompileReport page
Browse files Browse the repository at this point in the history
  • Loading branch information
jDramaix committed Mar 25, 2015
1 parent 56600c2 commit 51fda8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/markdown/doc/latest/DevGuideCompileReport.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Compile Reports
Compilation Reports
===

When programming in GWT, it can sometimes be difficult to understand the compiled output. This is especially true for users of <a href="DevGuideCodeSplitting.html">code splitting</a>: why are some fragments bigger, some smaller? Our answer to these questions are Compile Reports. Compile Reports let GWT programmers gain insight into what happens in their application during the compile: how much output their code leads to, what Java packages and classes lead to large JavaScript output, and how the code is split up during code splitting. With this information, you can then modify their application in a targeted way in order to reduce the size of the entire compiled application or the size of certain fragments.
When programming in GWT, it can sometimes be difficult to understand the compiled output. This is especially true for users of [code splitting](DevGuideCodeSplitting.html): why are some fragments bigger, some smaller? Our answer to these questions are Compile Reports. Compile Reports let GWT programmers gain insight into what happens in their application during the compile: how much output their code leads to, what Java packages and classes lead to large JavaScript output, and how the code is split up during code splitting. With this information, you can then modify their application in a targeted way in order to reduce the size of the entire compiled application or the size of certain fragments.

A compile report can be produced during a regular GWT compile. It consists of a set of HTML pages that can easily be browsed and navigated and that provide a graphical representation of the application's compile.

Expand Down

0 comments on commit 51fda8a

Please sign in to comment.