Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是网络开发的新手。
为什么我应该避免让同一个 Web 服务器同时处理 Django 和静态媒体文件,如样式表或 JavaScript?
作为最佳实践,建议通过 Web 服务器提供静态媒体文件以加快速度。
此外,使用 CDN 可以更有效地向用户交付内容。交付内容的服务器基于最快响应时间的度量 - 网络接近度(最少跃点)、可用性等
你可以在这里阅读更多:
http://developer.yahoo.com/performance/rules.html