Well not true in this case, because it's the rendering itself that are
slow not the transfer. But true it will add a overhead to page load
transfer time and if latency are bad it would be even worse.

2010/5/20 Matthias Keller <matthias.kel...@ergon.ch>:
> And it would not speed up page loading at all since in the end, the same
> data would have to be transferred but splitted into multiple requests which
> adds the request overhead to the total loading time compared to the prepared
> complete page.
>
> On 2010-05-20 10:25, Martin Makundi wrote:
>>
>> Would this not flicker a lot?
>>
>> **
>> Martin
>>
>> 2010/5/20 nino martinez wael<nino.martinez.w...@gmail.com>:
>>
>>>
>>> ok the idea are this:
>>>
>>> First render the page with out the grid.
>>> Then add the empty grid
>>> Then add row 1 to grid
>>> Adding row 1 triggers a new request adding row 2 and so on until all
>>> rows are loaded..
>>>
>>> All done with ajax.
>>>
>>> It's just an idea, but I think it should help. However it causes more
>>> load on the server I think.
>>>
>>> 2010/5/20 Martin Makundi<martin.maku...@koodaripalvelut.com>:
>>>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to