all-threads-bot

Frontender`s Spectre

The Terrible State of HTML

27 февраля 2023 г., 09:07

We need to go back to the basics.

1. Do developers even care about valid HTML anymore?

2. Throw in the kitchen sink with the rest of our 3k DOM elements!

3. I’d like to order more page requests, please!

  • What if the DNS cache has been flushed? It take takes longer to route to the server address.
  • What if the DNS layer has latency or is overloaded? It take takes longer to route to the server address.
  • What if the CDN network has latency or is overloaded? The CDN will fulfill the request much more slowly.
  • What if the CDN cache has been flushed or expired? The origin server must respond to the request in order to repopulate the CDN cache.
  • What if the origin server that serves the content or responds to the request is slow or overloaded? Now we are at the slowest possible level of the potential request tree.

4. NEVER trust frameworks or third-party app developers.

Yotpo

Rapid Reviews