Someone posted about it saying:
1) What may be the reason for the slow page load at very first time (it's not the SQL-Statement)?
2) Can I avoid/decrease this load time?
And Simon Lessard commented pretty useful good to know on this as:
1) What may be the reason for the slow page load at very first time (it's not the SQL-Statement)?
This is because of JSPX compilation delay. In production you should not have this issue if you enforce some auto compilation of your JSPX.
2) Can I avoid/decrease this load time?
Read about auto-compile feature of WebLogic I assume there are such options, otherwise it's possible to achieve it using a dummy HttpClient running after the application deployment (really not my first choice though)
Follow the completed discussion at otn at:http://forums.oracle.com/forums/thread.jspa?messageID=3340663&tstart=0#3340663
Wednesday, March 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment