On Sat, Feb 8, 2014 at 7:47 PM, Martijn Dashorst <martijn.dasho...@gmail.com > wrote:
> http://instantclick.io/ > > Might be interesting? > It sounds interesting, but also feels a bit like solving the 'wrong' problem. We should aim to make pages load faster and focus on speed and efficiency instead of 'hiding' these problems behind prerendering. For the project I work on I have made some components that reduces the amount of javascript code that is generated (for example an AjaxLink on each tablecell); maybe we could introduce some kind of wicket-performance module? It sacrifices ease of reuse, as components need to be used together; but also creates a lot smaller pages (and thus faster loading, etc). > > Though what would happen with a delete link? > If you would go about and implement this, I would make sure I have two types of Links in Wicket, and make sure delete links do not get prerendered :) > > Martijn >