Optimize Performance
Not for use with personal data
Once you have integrated axe DevTools Mobile in your CI/CD pipeline, you can take the following steps to optimize performance during testing:
- Turn off the screen orientation rule - this rule simulates rotating the device and may take up to three seconds. To optimize performance, consider only running it once rather than on every screen, or ignoring this rule altogether. Learn how you can ignore rules when you customize your configuration.
- Check the AxeDevTools object initialization in your tests to ensure you have not opted into the Supports Dynamic Type rule - this rule opens Systems Settings and changes the type size, which may take as long as 20-30 seconds.
- It is possible to run axe DevTools Mobile SDK without any network calls to improve performance. Please note that these build configurations are only available through Deque's Artifactory.