This tool allows you to test speed of redirects from various locations using REST API of GTmetrix platform. All types of plans (free/paid/custom) can be used by customizing the configuration file. The tool allows potential customers of Voluum to compare speed of their current tracking solution with Voluum by using trusted third-party solution. It works by retrieving data about redirection time directly from test results.
Usage:
- Create configuration file named
configuration.yml
insrc/main/resources
directory:- copy the
configuration.yml.sample
file and removesample
from file extension - populate configuration fields according to hints present in the "sample file"
- the
configuration.yml
file is ignored by default to prevent leaking api key
- copy the
- Run the main method of
RedirectSpeedTest
class. - By default, results will be saved in
results.csv
file.- results are saved in real time
- Files for both input and output can be changed in
RedirectSpeedTest
class. - If you need more details about tests, logs can be found in
tests.log
file.