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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -