To reduce http response size, can all components' name attributes be removed since they are the same as id attributes. In our app, since many levels of subview and table/iterators, id/name can be very long, over 100 characters. Removing name attributes can reduce response size by 20%. Thanks Dave

