Home > Designing, Others > Throttling the Network in Chrome DevTools

Throttling the Network in Chrome DevTools

November 3rd, 2015 Leave a comment Go to comments

The Network tab in Chrome DevTools has an option to faux throttle your network, so you can experience what your users might experience visiting your website on 3G, 2G and GPRS connections. Besides the obvious, it’s also useful for visualising how fonts load.

Here’s how to do it in Chrome v.46:

  1. Open DevTools (cmd + alt + i)
  2. Click the ‘Network’ tab
  3. Select which type of connection you want to imitate
  4. Reload the page to see assets downloading at that connection speed

If the standard options aren’t to your liking, you can even make a custom Network Throttling Profile by clicking the option at the very top of the dropdown menu.


Throttling the Network in Chrome DevTools is a post from CSS-Tricks

Categories: Designing, Others Tags:
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.