JDK-8091948 : Optimize startup of controls app (Mostly for embedded)
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2013-04-19
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Richard, Steve and I were chatting today and thought that a big cost when bringing up the first screen is rending Regions the first time to populate cache. We could create a pre-populated cache image that we load as a texture at start. Saving us the cost of rendering all those rounded rectangles and gradients the first time. This could also save us a lot on the page to page cost in apps when new controls are first encountered. It would only work for default sized and colored Modena theme. Though could create a Caspian one as well if we needed and load the right one based on theme chosen.
Comments
Change issue type to Tweak (Optimization is deprecated and should not be used).
25-04-2013

Assigned to Oleg to give his estimate on how much there could be to gain here.
19-04-2013