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 9186065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:25:59+00:00 2026-06-17T19:25:59+00:00

I have this admin site that is based on GWT and Sencha Ext GWT

  • 0

I have this admin site that is based on GWT and Sencha Ext GWT 2 that I am having problem with, it loads very slowly,
using Firebug I can see this

4DDF7CE1FD8584654846E8ADA9D9DECB.cache.html

is roughly around 2MB now and that is why loading is slow. Using GWT 2.5 however I was able to reduce the compile size
for about 15%. However I still need to reduce the size further. I want to do this before resorting to the Code Split approach.

Using PageSpeed I got this results for optimization, like Minify HTML/Javascript, etc however its very hard to apply specially for a GWT code.

What are the ways to minimize compile size, beside choosing Obfuscated mode. Is there like a compressed mode?

  • 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-17T19:26:01+00:00Added an answer on June 17, 2026 at 7:26 pm

    You are approaching the problem blind sided. PageSpeed like tools help more often in runtime performance.

    1) You should turn on Reporting feature of GWT Compiler. Analyze the reports to have insights into what in your application contributes maximum to that 2 MB. In GWT Maven plugin

       <compileReport>true</compileReport>
       <compilerMetrics>true</compilerMetrics>
       <soycDetailed>true</soycDetailed>
    

    2) You should turn on GWT Compiler flags one by one across builds to understand how much they impact. In GWT Maven plugin

      <disableCastChecking>true</disableCastChecking>
      <disableClassMetadata>true</disableClassMetadata>
      <optimizationLevel>9</optimizationLevel>
    

    3) Performance Optimization tip as per Google IO 2011 in .gwt.xml file.

    <set-configuration-property name="compiler.enum.obfuscate.names" value="true" />
    

    4) Strip out GWT exception stacktrace code in prod mode in .gwt.xml file.

    <set-property name="compiler.stackMode" value="strip" />
    

    5) You should turn on GWT Compiler flag for closure. In GWT Maven plugin

    <enableClosureCompiler>true</enableClosureCompiler>
    

    6) Also if you are using RPC, then pay attention to the method signatures. Avoid interfaces and abstract classes like List, Map, Model in the rpc arguments and return types. They help in reducing rpc footprint in your application.

    Finally

    The decision to codesplit should be taken based on analysis of GWT compiler report. GZIP compression helps to reduce your bandwidth footprint but at the same time adds cost to your browser and server overhead.

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

Sidebar

Related Questions

I have a route that is suppose to match something like this localhost:3000/site/admin and
I have an asp.net 4.0 web site that generates email alerts based on several
I have a site using ASP.NET Membership and have a number of roles that
I have an ASP.NET 3.5 e-commerce site that has an admin section. I want
I've got a Django-based site that allows users to register (but requires an admin
In my routes.rb I have this: map.namespace :admin do |admin| admin.resources :galleries do |galleries|
I have this PHP code in a loop for every post on the admin
I have form like this: <form method=POST action=<?php echo base_url() ?>admin/admin_search> <fieldset> <label for=nalozi>Nalozi</label><input
I have in the directory /config/initializers/constants_data.rb following line: ADM = User.find_by_name('admin').id This is working
I have folder home/admin. In this folder there is index.php. When i access to

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.