如果我的网页有大量从 flickr 加载的图像,这会影响我的带宽消耗吗?

发布于 2024-12-10 07:24:21 字数 142 浏览 2 评论 0原文

假设我有一个包含 100 张大型 flickr 照片的网页,所有 IMG 标签都引用 flickr url。如果我获得此页面的大量流量,这是否会占用我的带宽消耗,因为最终用户仍在我的域上查看这些图像,或者它们是从最终用户的浏览器加载的,并且不会显示在我的带宽统计信息中?

Let's say I have a web page with a 100 large flickr photos, all IMG tags are referencing the flickr urls. If I get a lot of traffic to this page, will this use my bandwidth consumption because the end user is still viewing these images on my domain or are they loaded from the end user's browser and it will not show up in my bandwidth stats?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

虚拟世界 2024-12-17 07:24:21

它们不会影响您的带宽。这称为热链接。图像存储在另一台服务器(由 flickr 所有)上,因此将从该服务器下载图像。当浏览器发现您的 img 标签时,它会看到对 flickr 图像的引用,因此它会从那里下载它,尽管图像位于您的页面上。

请注意,您对热链接资源没有太多控制权(如果它们不是您的)。当它们被其他东西替换时,您的页面将立即显示更改的图像。您还应该有权链接到其他人的图像。

They will not affect your bandwidth. This is called hotlinking. Images are stored on another server (owned by flickr) so they will be downloaded from it. When browses will spot your img tags, it will see the reference to the flickr images, so it will download it from there despite the fact the images are on your page.

Note that you do not have much control over hotlinked resources (if they are not yours). And when they are replaced by something else your page will immediately display changed images. You should also have permission to link to someone else's images.

¢蛋碎的人ぎ生 2024-12-17 07:24:21

不,它不会增加您的带宽。当您的用户加载您的页面时,他们的浏览器将直接点击 flickr 来加载图像。

No it will not contribute to your bandwidth. When your user loads your page their browser will hit flickr directly to load the images.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文