TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How Would you purposefully slow down a specific website?

1 pointsby source99almost 11 years ago
If you could configure a VPN or Proxy or ??? How would you create a setup so that all traffic for a specific url was slowed down?<p>For example if I went to www.example.com, the website would still load but it would load much slower than if I were to be browsing www.example2.com.

1 comment

pwgalmost 11 years ago
The linux firewall includes a rate limiter module (several actually). That would be one way to slow down data from specific IP&#x27;s. And websites located at that IP would be slowed down.