Firebase 托管上如何测量下载的字节数以及为什么它与访问者数量不成正比?

发布于 2025-01-13 09:56:37 字数 1432 浏览 4 评论 0原文

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

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

发布评论

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

评论(1

泪之魂 2025-01-20 09:56:38

造成这种情况的原因可能有很多。首先想到的是:

  • 3 月 4 日的访问者可能比 3 月 7 日的访问者访问的网站少。3
  • 月 7 日的访问者可能使用了(预)加载网站更多部分的浏览器。
  • 3 月 4 日的访问者可能是重复访问者,他们的浏览器缓存中已包含您网站的一部分。

但如前所述,这些只是众多可能原因中的一小部分。

如果您想详细了解用户如何浏览您的网站,我建议启用分析 或(侵入性较小)启用并检查访问日志并寻找模式(这些模式也多种多样)。

There could be many reasons for this. The first few that pop to mind:

  • The visitors on March 4 could have visited less of your site than the visitors on March 7.
  • The visitors on March 7 could have used browsers that (pre)load more parts of the site.
  • The visitors on March 4 could have been repeat visitors, who already had part of your site in their browser cache.

But as said, these are just a few of an incredibly large swath of possible reasons.

If you want to learn more about how users browse your site, I recommend either enabling analytics or (less intrusive) enable and check access logs and looking for patterns (which are also hugely diverse).

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