performance-testing

Detect browser graphics performance?

橙三吉。 提交于 2021-02-07 08:51:27
问题 I have a graphically intensive website. It has all kinds of CSS3 animations running over a blurred video background. It looks great on my desktop and on GPU-enabled MacBook Pros, but it runs like junk on my laptop and MacBook Air. So basically, I want to know if there is a way to detect Browser graphics performance with Javascript (or anything) and then only apply the CSS animations if the performance reaches a threshold. The site has a loading screen, so I have some time to test for

Difference between Think time and Pacing Time in Performace testing

て烟熏妆下的殇ゞ 提交于 2021-02-07 07:17:34
问题 Pacing is used to achieve X number of iterations in X minutes, But I'm able to achieve x number of iterations in X minutes or x hours or x seconds by specifying only think time without using pacing time. I want to know the actual difference between think time and pacing time? pacing time is necessary to mention between iterations? what this pacing time does? 回答1: Think time is a delay added after iteration is complete and before the next one is started. The iteration request rate depends on

Jmeter throws “socketexception: connection reset” error during execution

眉间皱痕 提交于 2021-02-05 11:07:09
问题 The target for us to achieve is 500 concurrent users. We have tried running a test for 100 users over 3 machines. And it ran fine without any errors. When i tried running the test for 150 or More users with same number of machines, i started getting the following response code Response code:Non Http Response code:java.net.socketException Response message:Connection Reset I have also tried increasing the number of machines to 8 machines. Still it is of no help. Response time is also very high

Jmeter throws “socketexception: connection reset” error during execution

我怕爱的太早我们不能终老 提交于 2021-02-05 11:06:17
问题 The target for us to achieve is 500 concurrent users. We have tried running a test for 100 users over 3 machines. And it ran fine without any errors. When i tried running the test for 150 or More users with same number of machines, i started getting the following response code Response code:Non Http Response code:java.net.socketException Response message:Connection Reset I have also tried increasing the number of machines to 8 machines. Still it is of no help. Response time is also very high

Measure performance of web application from mobile

余生长醉 提交于 2021-02-05 09:32:29
问题 Want to measure the performance of a web application for mobile devices (designed in Microsoft PowerApps) from my android and iOS devices. Basically, I am more interested towards the UI performance KPI's and response time from page to page. Want to perform this from the devices not with simulator. Is there any open source platform which can be installed on the mobile devices to achieve this, any suggestion or any work around for this? Couldn't find any similar post. 回答1: To measure key web

Jmeter NullPointerException when running the GUI

笑着哭i 提交于 2021-02-05 09:26:06
问题 I have installed Jmeter using brew install Jmeter when I run jmeter from command line i get this error: mac@macbook ~ $ jmeter ================================================================================ Don't use GUI mode for load testing !, only for Test creation and Test debugging. For load testing, use CLI Mode (was NON GUI): jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder] & increase Java Heap to meet your test requirements: Modify current env variable HEAP

Does Cumulative Layout Shift stop measuring on user-interaction?

邮差的信 提交于 2021-02-02 09:46:06
问题 Does the Cumulative Layout Shift metric stop measuring on user-interaction? Google's guidance on Cumulative Layout Shift says: Layout shifts that occur in response to user interactions (clicking a link, pressing a button, typing in a search box and similar) are generally fine, as long as the shift occurs close enough to the interaction that the relationship is clear to the user. 回答1: It's important to remember that Cumulative Layout Shift (CLS) is not just focused on page load. Many of the

Does Cumulative Layout Shift stop measuring on user-interaction?

荒凉一梦 提交于 2021-02-02 09:45:25
问题 Does the Cumulative Layout Shift metric stop measuring on user-interaction? Google's guidance on Cumulative Layout Shift says: Layout shifts that occur in response to user interactions (clicking a link, pressing a button, typing in a search box and similar) are generally fine, as long as the shift occurs close enough to the interaction that the relationship is clear to the user. 回答1: It's important to remember that Cumulative Layout Shift (CLS) is not just focused on page load. Many of the

How to get the response time of calls made within an API with Jmeter

元气小坏坏 提交于 2021-01-29 18:32:51
问题 I'm using J-meter to get response time for an API via HTTP request but this API internally few more api services. Now, i need the response time taken by these internal calls too. Pls could anyone assist to get this one sorted via J-meter 回答1: Below is what I can think of:- Check on "Follow Redirect" and then use listener like "View Result tree" or "Simple Data Writer" to write the output in an XML format instead of CSV. There you can find the redirected URLs and response time. But, XML

Jmeter is not able to record steps of https sites on a mobile app(hybrid)

你。 提交于 2021-01-29 09:43:37
问题 I am using Jmeter version 5.1.1 and done all the settings like install RootCA Certificate in my Samsung Galaxy TAB, setting proxy in TAB as well and have laptop and TAB on same WiFi network. But unable to record steps while performing actions on https site for a particular Mobile App(Hybrid). While the same scenario has been done on http site then it successfully recorded the steps. Application got stuck while we login into the application on https site using Jmeter. I have followed the basic