FastOrSlow – the new site checker from WordFence

Today the Wordfence developers announced the new fastorslow.com tool, a handy tool for seeing how fast your site is in various parts of the world. The Wordfence folks build a quite useful plugin used by many sites – and this one – to keep reduce risk of attack.

This new tool however can be used to see the performance of any type of public site and recommendations on speeding it up. It also would be a much easier way to time requests to a server like in the World Network Requests Measurement post.

One thing you might wonder is, how is it requesting these and what is it coming from? Go to your server logs and you can see what and where it is requesting from:

cd /var/log/nginx
sudo tail -f ./access.log

when a FastOrSlow runs, you will see something like:

104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET / HTTP/1.1" 200 25958 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/plugins/gutenberg/build/block-library/style.css?ver=1587083611 HTTP/1.1" 200 48374 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/plugins/gutenberg/build/block-library/theme.css?ver=1587083611 HTTP/1.1" 200 2102 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/plugins/wp-math-captcha/css/frontend.css?ver=5.4 HTTP/1.1" 200 277 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/themes/twentyseventeen/style.css?ver=20190507 HTTP/1.1" 200 88334 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/themes/twentyseventeen/assets/css/blocks.css?ver=20190105 HTTP/1.1" 200 10658 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-includes/js/jquery/jquery.js?ver=1.12.4-wp HTTP/1.1" 200 96873 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 HTTP/1.1" 200 10056 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js?ver=20161114 HTTP/1.1" 200 683 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/themes/twentyseventeen/assets/js/global.js?ver=20190121 HTTP/1.1" 200 7754 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js?ver=2.1.2 HTTP/1.1" 200 5836 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-includes/js/wp-embed.min.js?ver=5.4 HTTP/1.1" 200 1434 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
104.207.154.109 - - [29/Apr/2020:04:41:19 +0000] "GET /wp-includes/js/wp-emoji-release.min.js?ver=5.4 HTTP/1.1" 200 13901 "https://howtotrainyourrobot.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"
45.79.45.44 - - [29/Apr/2020:04:41:20 +0000] "GET / HTTP/1.1" 200 25958 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse"

Looking at the user-agent it looks like this is using the Chrome Lighthouse tool to make recommendations – and the originating IPs are from Defiant (surprise surprise, the company that makes Wordfence):

host 45.79.45.44
host 104.207.154.109
host 172.105.213.76

I can see this as being a very handy tool, more so than the common https://downforeveryoneorjustme.com/ that many use from time to time. It can not just show you how fast your site is, but can show you where a site’s server is based from the speed to transfer in various regions.

Leave a Reply

Your email address will not be published. Required fields are marked *

ninety − = eighty eight