[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » JSP
 
RSS feed
 
New topic
Author

JSP Loading Problem

chiranjeevi gunturu
Ranch Hand

Joined: Mar 02, 2007
Messages: 42

Hi,
I have a JSP in my application that takes about 5 minutes to load.
What all the steps i need to follow to make it load in atleast 2 minutes.
Please suggest me.
Thanks in advance.

Thanks
Chiranjeevi
Bear Bibeault
Author and opinionated walrus
Sheriff

Joined: Jan 10, 2002
Messages: 36589

Get a faster server?

Seriously, use a profiling tool to find out where the bottlenecks are,

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
David Newton
Author
Bartender

Joined: Sep 29, 2008
Messages: 6852

Make it shorter? Use fewer custom tags? Take the database access out of the JSP? Have the JavaScript run after the page loads?

No code, absolutely no way of helping.

Consultant/Trainer | Polyglottal Developer | Struts Committer/PMC | Struts 2 Web Application Development
chiranjeevi gunturu
Ranch Hand

Joined: Mar 02, 2007
Messages: 42

Thanks a lot!!!
Bear Bibeault
Author and opinionated walrus
Sheriff

Joined: Jan 10, 2002
Messages: 36589

Well, what did you expect? if you go into a doctor's office and say nothing more than "something hurts", he's not going be able to offer much help. Same here.

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
David Newton
Author
Bartender

Joined: Sep 29, 2008
Messages: 6852

(I suppose it could have been a genuine thanks, although I'm not sure for what.)

Consultant/Trainer | Polyglottal Developer | Struts Committer/PMC | Struts 2 Web Application Development
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » JSP
 
RSS feed
 
New topic
hibernate profiler