Hi we have a application of huge amount of data which is to be converted into HTML tables via Velocity templates.Question1: One area to be focussed is the impact of providing exact sizing for the page elements as opposed to the browser resizing tables height and width want to understand how much time is spent by the browser doing that as opposed to creating a page that exactly sized for 1024 x 768, for example
Question2 :The page actually loading is a chart with lots of graphs and cells with in a grid which depicts 15 min interval of day which is micro version of the data. So the grid cells were constructed to put '*' value inside the grid. Is there any better way of doing this.