性能:文件丢失、文件存在、htaccess

发布于 2024-11-17 17:10:43 字数 204 浏览 3 评论 0原文

我有一个提供缩略图的页面,有时会丢失一个。我本来打算在缩略图循环内的代码中添加一个 file_exists() ,但后来认为这个额外的函数在处理数百个图像时可能会大大减慢速度。在这种情况下处理损坏图像的最佳做法是什么?也许这应该在 htaccess 文件中完成?

理想情况下,任何未找到的图像都应返回 Missing.jpg

提前致谢!

I have a page that serves up thumbnails and occasionally one goes missing. I was about to add a file_exists() into the code within the thumbnail loop but then thought that this extra function might slow things down considerably when done on several hundred images. What is the best practice for dealing with broken images in this situation? Perhaps this should be done within the htaccess file?

Ideally any images that aren't found should return a missing.jpg

Thanks in advance!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文