测量在网页上花费的时间

发布于 2024-12-16 00:27:41 字数 300 浏览 1 评论 0原文

可能的重复:
如何衡量在页面上花费的时间?

我正在尝试获取在我的网站的某些页面上花费的时间。我正在考虑实现的一种方法是每 10 秒使用 ajax 请求轮询一次服务器,但这意味着对服务器的大量请求。

有没有更好的方法来实现该功能?

谢谢。

Possible Duplicate:
How to measure a time spent on a page?

I am trying to get the time spent on some of the pages in my site. One way I am thinking to implement is polling the server with ajax request every 10 sec , but this would mean a lot of request for the server.

Is there any better way to implement the feature ?

Thanks.

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

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

发布评论

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

评论(1

茶底世界 2024-12-23 00:27:41

您不能仅使用单个 AJAX 请求来通知服务器页面卸载事件吗?

Could you not just use a single AJAX request to inform the server of the page unload event?

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