iSmartFrame Documentation
🌎 Language
  • ⚙️Getting started
    • IP Whitelisting
      • ModSecurity
      • Wordfence
    • Test your website before going live
    • Enabling bypass to skip iSmartFrame optimizations or caching
    • Generate SSL certificates
    • Activate iSF on your website
      • General DNS Guide
      • OVH
      • Cloudflare
    • Testing your website's performance
      • WPT Measurements
  • 🔧Tools & Troubleshooting
    • iSF Debug Tool
    • Error pages
  • 📑Reference
    • HTTP Request Headers
    • HTTP Response Headers
  • ❔FAQ
  • 🤖API
Powered by GitBook

All rights reserved © Akatop Technologies

On this page

Was this helpful?

  1. Getting started
  2. Testing your website's performance

WPT Measurements

PreviousTesting your website's performanceNextTools & Troubleshooting

Last updated 1 year ago

Was this helpful?

WebPageTest is a popular tool for evaluating website performance. It offers detailed visual representations and valuable information about each request.

If you use this tool to measure asset loading speed when utilizing iSmartFrame, especially for images, you may come across a relatively long time to first byte (TTFB). This is often observed when utilizing HTTPS, specifically HTTP/2, the default protocol used by iSmartFrame for delivering assets.

HTTP/2 establishes a single connection to a domain and handles all asset requests through that connection. Furthermore, HTTP/2 prioritizes assets based on their significance in terms of user experience:

  • critical assets like JavaScript (JS) and Cascading Style Sheets (CSS) receive high priority;

  • less critical assets, like images, receive a lower priority.

Consequently, the browser used by WebPageTest receives less important resources later, even though the connection has already been established. However, it mistakenly includes the time elapsed until the actual selection for download by the browser in the calculation, leading to an extended TTFB. This behaviour is uncommon for real users browsers, which typically retrieve the resource much faster than the time indicated by WPT.

⚙️