使用 PHP 缓存推文

发布于 2024-12-11 18:54:56 字数 251 浏览 0 评论 0原文

我正在开发一个网站 TwittyBlog.com,我想做的是将推文缓存几个小时,并在该时间后检查新的推文,以提高响应时间(否则每次他或其他人访问时都会检查该特定用户的推文)

你给我推荐什么?缓存推文的最佳实践是什么?我不太擅长 PHP,因为我在 .NET 环境中,因为我决定在我的个人项目中使用 PHP(我已经使用了 4 个月,但并不经常使用它)。TwittyBlog

的主要思想是为个人项目创建一个博客网站。用户退出他/她的推文。

谢谢。

I am developing an website TwittyBlog.com and what I am trying to do is to cache tweets for couple of hours and check new tweets after that time to improve the response time (otherwise it checks tweets of that particular user everytime he or others visit)

What do you recommend me? What is the best practices to cache the tweets? I am not quite at PHP as I am in .NET environment since I decided using PHP for my personal projects (I've been using it for 4 months not so often)

The main idea of the TwittyBlog is to create a blog website for a user out of his/her tweets.

Thanks.

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

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

发布评论

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

评论(1

鲸落 2024-12-18 18:54:56

您可以使用 JG 缓存 它是一个 PHP 库,可以帮助您使用 Memcache 缓存几乎所有内容。

You could use JG Cache it's a PHP library that helps you cache pretty much anything using Memcache.

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