Re: Reducing Page Sizes
Re: Reducing Page Sizes
- Subject: Re: Reducing Page Sizes
- From: Timo Hoepfner <email@hidden>
- Date: Wed, 1 Apr 2009 21:24:53 +0200
Am 01.04.2009 um 21:15 schrieb Henrique Prange:
I realized half of the page size is used for id and name attributes.
Why the entire name of some components are used to generated those
values (i.e. br_com_doit_components_list_EmptyListDecorator)? Is
there any way to make WO/Wonder generate thinner values for those
attributes? Or the only solution is to provide the values manually for
each attribute?
This is from WOSwitchComponent. You can get rid of the package part by
using EmptyListDecorator.class.getSimpleName() instead of
EmptyListDecorator.class.getName().
When using Wonder, you can enable gzip compression of the response by
setting a single property to true. I don't have it at hand now,
though. HTML usually compresses very good...
Timo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden