Once you have the Jmeter results file of the two versions, you can also compare them using the “Results Comparator” plugin.
Le mar. 11 juin 2024 à 8:38 AM, Dmitri T <glin...@live.com> a écrit : > Sanjay Sharma wrote: > > Any insights would be appreciated. > > > > Thanks > > > > On Mon, Jun 10, 2024 at 10:34 PM Sanjay Sharma < > ersanjaysharm...@gmail.com> > > 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org > For additional commands, e-mail: user-h...@jmeter.apache.org > >