所以我意识到当前响应式网页设计中的一个大问题是,当你下载可能不需要的大图片时,比如在手机上-导致严重的性能影响-你也可以使用JS条件加载在一定程度上;所以我的问题是,我不能只在媒体查询中加载我的大多数图片作为背景图片,并克服这个问题,直到有更好的东西出现吗?示例:
/* base styles */
@media all and (min-width: 53.75em) {
header .inner{
background: url(‘../images/football_bg.png’) bottom right
no-repeat;
}
显然,这是完全非语义的,但可以解决性能问题,
我使用node.js背后的nginx.The node.js应用程序使用http-代理。
基本上,请求到达nginx,然后被代理到节点应用程序:
- if static files are requested, the node.js app serves them
- if non static files are requested, the node.js app proxyies the request to a second node.js app (using http-proxy npm).
当nginx不在图片中时,第二种情况工作得很好。当添加nginx时,响应非常奇怪:它被奇