I have project which JSF 2 and Primefaces 5.2 in frontend. EJB3 and JPA with eclipselink for backend processing deployed on Glassfish 4 server.
Issue: For opening page I am fetching data using postconstruct method in backing bean which inturn calls EJB to get the data from DB.
Data fetches correctly but returning result from EJB to backing bean taking too long time.
Could you please help me on this issue.