Today I Learned

hashrocket A Hashrocket project

Slowing down Google Chrome

Today I learned that we can slow down Google Chrome for perfomance testing using Chrome DevTools.

This can be very useful. Check this out:

  1. open DevTools: Cmd + Shift + C
  2. Select Performance tab
  3. Click the Settings gear icon on top right
  4. Select some CPU throttling

image

You can do the same for Network throttling.

See More #workflow TILs