Regression Monitoring

When should I use render wait time?

Render wait time adds a short delay after the page loads before InfraBeacon captures the page. This gives changing content time to appear.

When to use it

Add render wait time if your page includes:

  • JavaScript content, such as React, Vue, or Angular apps
  • Animations or transitions that run on page load
  • Content loaded by API calls
  • Lazy-loaded images
  • Third-party widgets, such as chat, analytics, or social embeds

Choosing a value

  • 0 seconds - Default. Use for static HTML pages.
  • 2-5 seconds - Good for most JavaScript-heavy sites.
  • 10-15 seconds - For pages with slow-loading content or multiple API calls.
  • 20-30 seconds - For very slow pages.

Start low and increase the value if your captures show missing content.

Back to all articles