When I make a trivial change to a Tapestry page in development and refresh my browser to cause a hot reload, it's taking about 11 seconds which is getting annoying. I don't know exactly when this started (months ago), but in an older workspace the page-reload time is about 0.3 second. Both are using Jetty and m2eclipse. I can't figure out what the key difference is.
Just now I fiddled around with Java compiler level on all my projects (changed all references to 1.5 to 1.6) and got the reload time down to 3.5 seconds, but I'm not convinced the compiler level was the real culprit. The older workspace was using uses 1.5. Does this ring any bells? What could cause the slowness? Maybe I should just recreate my workspace from scratch. Thanks for any help.