Skip to main content

Profile Setting

Configure the conditions of the test website. Platform can emulate popular devices (such as iPhone, iPad and Nexus phone), limit the network connection.

All project will have a default profile: Desktop, and its network throttling is unlimit.

danger

When delete profile, all snapshot report generated by this profile will also be deleted.

profiles

edit profile

Device emulation

We use Google Chrome device emulation and other factors to ensure the experience is as close as possible to the real device.

We provide the following devices emulation:

  • Low-end Desktop
  • iPhone 6
  • iPhone 8
  • iPhone X
  • Nexus 5X
  • Nexus 6P
  • Pixel 2 XL
  • iPad
  • iPad Pro

When you set this parameter, the following effects will occur:

  • Device viewport
  • User-Agent with this device
  • CPU slowdown multiplier

Connection speed

Limit the connection speed of the browser by using preset network speed options.

The following network speed options are available:

LabelLatencyDownloadUploadRTT
No bandwidth throttling----
Slow 3G400ms40.00 KB/s40.00 KB/s300ms
Good 3G150ms196.61 KB/s96.00 KB/s300ms
Regular 4G170ms1.52 MB/s392.22 KB/s80ms
4G LTE70ms3.00 MB/s3.00 MB/s80ms
WiFi10ms3.93 MB/s1.97 MB/s40ms
Cable20ms5.00 MB/s5.00 MB/s0ms

React Profiling

By enabling this feature, timing information about each component that’s rendered in React applications will be collected during lab analysis.

Flamegraph will be shown in the snapshot report, which can help us to identify performance bottlenecks in React applications.

This feature is based on the use of React Profier API, which is disabled in the production build. We solved this by intercepting the network request of react-dom and replace it with a profiling build.

Request Proxy

By enabling this feature, we start a tcp server to proxy portions of HTTP requests to prevent inevitable variability of networking, which can make the lab result more stable and reliable.

More specifically, we caches the response of all static resources and portions of API requests during the warmup phase and respond with them during the real lab running phase.