DEV Community

Cover image for Slow network simulation using Chrome devtool
Wahdan
Wahdan

Posted on

1

Slow network simulation using Chrome devtool

Chrome devtool team are developing more and more features to make our development activities easier. One of these interesting features is simulating network speed. you can do this with five simple steps only, lets see this in a practical way:

  1. Press Command+Option+I (Mac) or Control+Shift+I (windows/linux) to open chrome devtool.

  2. Navigate to network tab.
    Network tab

  3. A small dropdown list will appear with default value online. Here you can change the network to another option like slow 3G
    Network tab options

  4. Open dev.to

  5. Reload the page and see the magic

Also you can create your own network settings, just click on custom option and type your download/ upload/ latency values.
custom network profiles

Here is an offline example for dev.to using offline preset option 😄
offline

Thanks for reading and happy hack week ✌️.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more