I'm making a system using Java1.8, JSF 2.3, hibernate 5.4.x and Tomcat 9, with standard MVC and entitymanager.
The problem is that to save the first object on a form, it takes about 3 to 5 seconds. Then everything is normal. I think it's the initial start of Entity. Is this normal?
Thanks in advance for the help of your friends.