Dan Haywood created ISIS-2058: --------------------------------- Summary: Pre-render home page to avoid wait when first hit webapp after bootstrapping Key: ISIS-2058 URL: https://issues.apache.org/jira/browse/ISIS-2058 Project: Isis Issue Type: Improvement Components: Core: Viewer: Wicket Affects Versions: 1.16.2 Reporter: Dan Haywood Fix For: 1.18.0
You can try by rendering the home page in a separate thread during the bootstraping You need to use ComponentRenderer#renderPage(app.getHomePage()) you can do this for any of Isis' pages. You just need to provide their input if they require such It is a static method and it creates an artificial RequestCycle for its needs (so it doesn't need an HTTP thread) [this is an cool idea for a small WicketStuff project that uses Wicket IInitializer to render the home page in the background as soon as the app is started] -- This message was sent by Atlassian JIRA (v7.6.3#76005)