Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting locations.ini in WebPageTest private instance

Tags:

web

I am trying to setup a private instance of WebPageTest using r2.14. I have stumbled on putting correct information in locations.ini. Here is what I have tried till now

  1. Used locations.sample.ini sample data just to see how it goes and it shows me only 'Dallas' location with IE instance.
  2. Modified sample value as per documentation written in file. Unless I add remote configuration to a particular location, it will not show up in drop down list in browser.
  3. Tried example provided at https://sites.google.com/a/webpagetest.org/docs/private-instances/locations and http://andydavies.me/blog/2012/09/18/how-to-create-an-all-in-one-webpagetest-private-instance/ but no locations show up on drop down list in browser.

Can someone with prior experience please point me to what I am doing wrong else please to a good resource and I will do the work.

like image 500
Gaurav Avatar asked Jan 25 '26 01:01

Gaurav


1 Answers

I was finally able to make it work. Links I provided in the example are correct and set locations.ini file correctly.

However what happens is that unless test agents are configured and start polling server for tests, list will not populate them. I was not setting up test agents instead was stuck trying to make server work.

Installed and configured test agents and list got populated.

like image 135
Gaurav Avatar answered Jan 26 '26 15:01

Gaurav