PHP cookie 太多

发布于 2024-12-06 10:15:06 字数 92 浏览 0 评论 0原文

网页上有太多 php cookie 会显着降低速度吗?在我创建的一个网站上,我正在考虑添加一个功能,这会很好,但需要存储相当多的 php cookie。这会让网站变慢吗?

Will having too many php cookies on a webpage slow it down a significant amount? On a site I've created I'm considering adding a feature, which would be nice, but require quite a few php cookies to be stored. Will this make the site slower?

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

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

发布评论

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

评论(2

丘比特射中我 2024-12-13 10:15:06

不会,但 cookie 长度有限制。仅保存必要的信息(安全令牌)并从您的服务器获取

It won't, but there is limit for cookie length. Save only necessary informations (security token) and take it from your server instead

轻许诺言 2024-12-13 10:15:06

您的浏览器执行的每个 http 请求都会将 HTTP Cookie 传输到服务器。

如果您有少量 cookie,您不会看到任何差异。

HTTP Cookies are transmitted to the server for each http request your browser does.

If you have a few number of cookies, you won't see any difference.

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