Published: Jul 1, 2020 by C.S. Rhymes I wondered if you could use the Laravel Debugbar to record how many api calls were being made and how long each was taking to run?
You may also need to run composer update if you are running an older version of Laravel 7 to get 7.18.
It took me a while to figure out how to get the results to display in the debugbar.
You will also run into problems in production as we set the Laravel Debugbar and Guzzle Debugbar to only be dev dependencies in the composer.json file so you will need to wrap it in a check to only add this functionality if the app env is local.