[jboss-as7-dev] Console performance improvements

Remy Maucherat rmaucher at redhat.com
Tue Jun 14 10:08:37 EDT 2011


On Tue, 2011-06-14 at 15:48 +0200, Heiko Braun wrote:
> It's interesting to see how little modifications can yield quiet impressive results:
> 
> - initial page loading from ~4sec to ~1sec (empty cache)
> - subsequent page loading size from ~750kb to ~10kb
> 
> Which means, if you request the console a second time it requests ~10kb and displays within a second.
> Woot!
> 
> More can be read here:
> http://relative-order.blogspot.com/2011/06/as7-console-performance-improvements.html

The web container includes a mod_expires port as a filter which may be
fancier.

But this sort of solution for your console may not be so nice: the
static content is supposed to be already cached through less imperative
headers (last modified, etag), and the dynamic content should probably
show realtime data, no ?

-- 
Remy Maucherat <rmaucher at redhat.com>
Red Hat Inc



More information about the jboss-as7-dev mailing list