Skip to content

Commit 829e6ae

Browse files
authored
DNS lookups question
1 parent f425694 commit 829e6ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/webpagetest-faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ You can also programmaticaly check how many tests you have remaining by using th
108108
### Are there any code examples I can see for how to use the API?
109109
We have an [ever-growing collection of common recipes for the WebPageTest API available on GitHub](https://github.com/WebPageTest/WebPageTest-API-Recipes). If you don't see the recipe you're looking for, [file an issue](https://github.com/WebPageTest/WebPageTest-API-Recipes/issues) and we'll see if it's something we can add.
110110

111+
### Are DNS lookups cached on the testing machine?
112+
113+
The DNS cache is cleared before a run so all DNS lookups can be part of the test. If this is not the desired behavior, there is [a workaround](https://twitter.com/TimVereecke/status/1319615019680735232).
114+
111115
:::
112116

113117
## Billing

0 commit comments

Comments
 (0)