java - DefaultBootstrap.bootstrap performance issue -


tuning java code performance , found out creating signablesamlobject , part defaultbootstrap.bootstrap() taking 400 ms. have notes on why takes longer time rest of unmarshalling part of code (which takes around 10 ms)? how can optimized performance?

you should call defaultbootstrap.bootstrap() once in application, on startup. it's performance should not problem


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -