Addition to this, you can track response time with Firebug (Third party
plugin for Firefox) once it installed, open it's "Net" tab,  and click or do
whatever action in your JSP page,  after the browser received it's response
you can see how long it has taken to load the content,

even It will show how long it has taken to load each images of your web
application  :)

On Wed, Dec 22, 2010 at 10:32 AM, Kushan Jayathilake <kusha...@gmail.com>wrote:

> Hi,
>
> You can do something like this, take the queries that in pages takes longer
> time to load, then write a simple java programs to execute those queries,
> 1. print the time before it executes the query
> 2. print the time after it executed.
> 3. compare the values you get,
> 4. if its higher then your query is wrong. if its very low then the problem
> is at your JSP pages, it takes longer time
> to build up the pages. then you have to change the way you have constructed
> your JSP pages and should do it in efficient way.
>
> Hope this will help. :)
>
> --
> Regards
> Kushan Jayathilake
>
>
> On Tue, Dec 21, 2010 at 10:49 PM, onlysameer_no1else <
> sameer.pa...@gmail.com> wrote:
>
>> Hi All
>>
>> I have developed one web application in struts 1,
>> database as MS SQL server and it is deployed on tomcat 6 server (Window
>> OS).
>>
>> For certain pages response time is too large.
>> Test case:
>> (content on web page is too large like text box, buttons, images.)
>> Total Number of records        : 284
>> total Columns in single table  : 168
>>
>> I need your help in finding actual cause of problem.
>> Whether Problem is at database side Or while building a actual page (HTML
>> Content).
>>
>> How can i resolve this problem ??
>> is there any utility Or any software to test web application response time
>> ?
>>
>> Thanks in advance
>> Sameer
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>
>
>
>
>


-- 
Regards
Kushan Jayathilake

Reply via email to