Hi Dave,


The amount of memory, the bus speed, the CPU speed, and the number of GPU cores are just a few of the items to consider.

Sometimes the bottleneck is something that does not appear obvious at first. For example - we cache a lot of textures to speed things up in JFX. A recent example was using a huge font size - one that exceeded the default cache limitations (there is a way to override the default settting). Because it was not cached - it was being regenerated periodically which really showed in the frame rate.


How can I override the default cache setting? I would want to tweak and try out.

Regards, Prasant

Reply via email to