Hi,

we have a big project with Tapestry 5.3. There are many pages, lots of components and many links between the pages (@Injects of other pages). The problem is that after a change, the first page reload takes >5 seconds on good hardware because there is much work for the tapestry page compiler which wastes much time of our developers. Developer machines are multicore machines but it seems that compiling is single threaded so there's no benefit from that. Are there ways to speed up page compiling (e.g. pre-compile components or move them to libraries, change the compiler, add some caching or such)?

Regards,
Michael.


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

Reply via email to