--- # # The human-friendly name of the profile. Whenever you're asked for the profile # ID, it refers to the name of the profile file — in this case, "default". # name: "My website" # # The default profile will be the one shown when accessing the root URL of your # SpeedTracker site. # default: true # # If you want tests to be repeated automatically, you can an interval (in hours) # with a minimum value of 12, as only two scheduled tests per day are allowed. # To disabled repeated tests, simply remove this property from the profile. # interval: 12 # # WebPageTest test parameters. # For a list of supported params, check: # # https://www.npmjs.com/package/webpagetest # parameters: connectivity: "Cable" location: "Dulles:Chrome" runs: 1 url: "https://my-website.com" # # The URL of the WebPageTest instance to be used with this profile. Please note that # if you decide to encrypt this URL, the filmstrip section will not be displayed. # # If you leave this field out, the public instance of WebPageTest will be used. # #wptUrl: https://www.webpagetest.org # # Performance budgets are defined with a metric id, a max/min allowed value # (in milliseconds), and one or multiple alerts — referenced by the ids defined # in the main config — to be triggered when a budget is overrun. # # For a list of metrics, check: # # https://github.com/speedtracker/speedtracker-api/blob/master/lib/SpeedTracker.js#L18-L37 # #budgets: # - # metric: TTFB # max: 1000 # alerts: ["emailAlert", "slackAlert"] # - # metric: firstPaint # max: 2000 # alerts: ["slackAlert"] ---