WebPageTest API를 사용하여 로그인 후 여러 사이트 URL 속도 테스트하는 코드 import WebPageTest from "webpagetest"; // 여기서 "www.webpagetest.org"는 WebPageTest API의 엔드포인트이며, "YOUR_API_KEY"는 실제 API 키로 대체되어야 합니다. const wptServer = "https://www.webpagetest.org"; const wpt = new WebPageTest(wptServer, "YOUR_API_KEY"); const options = { pollResults: 5, firstViewOnly: true, //Skips the Repeat View test location: "ec2-ap-northeas..