Re: Performance Check Comparison matrix

Dmitri T <[email protected]> Tue, 11 Jun 2024 08:38:22 +0200
Newsgroups gmane.comp.jakarta.jmeter.user
Message-ID <PH7PR12MB7139D342DA636B8FDB1EB610C0C72@PH7PR12MB7139.namprd12.prod.outlook.com>
Sanjay Sharma wrote:
> Any insights would be appreciated.
>
> Thanks
>
> On Mon, Jun 10, 2024 at 10:34 PM Sanjay Sharma <[email protected]>
> wrote:
>
>> Hi All,
>>
>> I need to compare the performance of two portals with similar pages. How
>> can I evaluate the performance of these pages?
>>
>> To clarify, I'm not referring to load or stress testing. I'm interested in
>> understanding how you measure the time it takes for 100% of the data to be
>> downloaded and the page to be fully ready for use.
>>
>> -
>> Regards,
>> *Sanjay Sharma*
>>
>>
Given you properly configure JMeter to behave like a real browser 
<https://portal.perforce.com/s/article/How-to-make-JMeter-behave-more-like-a-real-browser-1707509382226> 
you should get response times similar to the ones the real user gets. 
Pay attention to AJAX requests 
<https://www.w3schools.com/js/js_ajax_intro.asp> which need to be 
handled differently, i.e. using Parallel Controller 
<https://github.com/Blazemeter/jmeter-bzm-plugins/blob/master/parallel/Parallel.md>

Once you have 2 .jtl files with test results you can compare them using 
Merge Results <https://jmeter-plugins.org/wiki/MergeResults/> plugin