const url = "https://dummyjson.com/test"const res = await fetch(url)const [entry] = performance.getEntriesByName(url);