Skip to main content

Device Definitions

You can customize the details of the devices used to test your site. For example, you can set up a device that closely resembles a typical customer.

List of emulated devices

Default devices

Four devices are configured by default.

The Mobile and Desktop devices match the settings used by Lighthouse and PageSpeed Insights. Note that there may still be difference in performance metrics in different environments.

NameBandwidthRound-trip timeCPU throttling
Mobile1.6 Mbps150ms4x
Mobile Fast12 Mbps70ms2x
Desktop8 Mbps40ms1x
Desktop Fast100 Mbps2ms1x

If you signed up for your account before September 2019 these defaults may differ.

Configuring devices

To modify the default devices, or create new ones, click on the gear icon next to the device dropdown when configure a new page.

Enter device settings

This will show the list of existing devices in your project.

Details on each device

Click on the pencil icon to edit an existing device, or click Add new device to create a new custom device configuration.

Edit device

Bandwidth

This setting limits how much data can be transferred per second.

Round-trip latency

When running a test each network packet will be held back for this amount of time.

Form factor

This is either Mobile or Desktop. The form factor affects:

  • screen size and device pixel ratio
  • how the Lighthouse performance score is calculated (pages are expected to load faster on mobile than on desktop, so the same metrics will result in a different score)
  • the user agent
Form factorSizeDevice pixel ratio
Mobile412x660px2.625
Desktop1350x940px1

User Agent

Set a custom user agent header.

CPU throttling

This setting slows down code execution to simulate a device with a less powerful CPU.

Disable service workers

Don't register service workers. This can make it easier to test page performance if your service workers make a large number of requests to prefetch additional resources.

Block ads/tracking

This option installs uBlock Origin on the test device.