Re: How to test optimization of a application in struts 1.x

2010-06-03 Thread Rupali Gupta
Hello Abhishek You can do a performance testing on ur local system to check this. There are open source performance testing tools like Apache JMeter, Allmon, DBMonster, Database Opensource Test Suite etc with which you can test database driven applications under heavy load. -Rupali On 6/3/

Re: How to test optimization of a application in struts 1.x

2010-06-02 Thread abhishek jain
Hello Rupali , thanks for the links and advice, Can i also ask, is there a way i can simulate the code in my local system as it will work on the server. As i feel that the Desktop i am using is a bit fast then the server i use, i need to test that the code is not consuming more resources mainly fro

Re: How to test optimization of a application in struts 1.x

2010-06-01 Thread Rupali Gupta
Hi Abhishek You can check this out: The link contains a tool in which you provide raw HTML and it gives you back the compressed one.. http://www.textfixer.com/html/compress-html-compression.php On 6/1/2010 12:24 PM, Rupali Gupta wrote: You can follow these steps to compress a HTML: In your

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread Rupali Gupta
You can follow these steps to compress a HTML: In your web directory there's a file called .htaccess. This file lets you tweak the server settings without having to touch the REAL server configuration files. A feature of the .htaccess file is a system known as the rewrite engine. Basically th

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
Hi, Ok,thanks, how can i zip and send every page from the website. to reduce the size of HTMLs thanks abhishek On Mon, May 31, 2010 at 5:12 PM, Rupali Gupta wrote: > Hi Abhishek > 1. You can do memory profiling by doing performance testing on your code. > 2. You can use memcache server and cac

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread Rupali Gupta
Hi Abhishek 1. You can do memory profiling by doing performance testing on your code. 2. You can use memcache server and cache data from db once the server is started to save the db hits every time. It will make application fast. 3. Try to follow Coding guidelines to save memory and load time whe

How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
Dear friends, I have recently developed an application in struts 1.x and i am thinking is there a way i can get to know that is the load time (in browser) as per the standard or competitive with other applications / websites, Can anyone give me some pointers? I do would like to know the time graph