测量在网页上花费的时间
可能的重复:
如何衡量在页面上花费的时间?
我正在尝试获取在我的网站的某些页面上花费的时间。我正在考虑实现的一种方法是每 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能仅使用单个 AJAX 请求来通知服务器页面卸载事件吗?
Could you not just use a single AJAX request to inform the server of the page unload event?