Tumblr 集成:从 API 缓存数据的最佳实践是什么?
我有一个网站,其中有一个博客部分,它使用 Tumblr API 提取数据。
我的客户刚刚更新了她的 Tumblr 博客,网站只会访问 Tumblr API 来填充网站上的博客页面。此外,任何标记为新闻的博客项目都会显示在主页上。
我可能是错的,但我确信访问 API 的速率是有限制的,所以我想我应该以某种方式将数据存储在数据库甚至 json 文件中。
有什么好方法可以“缓存” Tumblr API 数据,这样我就不会在每次有人查看该网站时都访问该 API?
谢谢你!
I have a websites that has a blog section, which pulls the data using the Tumblr API.
My client just updates her Tumblr blog and the website would just access the Tumblr API to populate the blog page on the website. Also, any blog items tagged as news will show up on the home page.
I could be wrong, but I am sure there are limits to the rate of accessing the API, and so I am thinking I should somehow store the data in a database or even json file.
What would be a good way to "cache" the Tumblr API data so that I am not accessing the API everytime somebody views the website?
thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
phpTumblr 有一个缓存类 (class.read.tublr.cache.php)
phpTumblr has a caching class (class.read.tublr.cache.php)