作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the help center为指导。
8年前关闭。
使用 CDN 来缓存 javascript、css、字体等已经成为普遍的做法……
然而,这似乎并没有在相同程度上扩展到图标(可能是因为每个站点都喜欢拥有独特的外观和感觉?)
是否存在由 CDN 托管的广泛使用的图标集,这些图标集足够常见以显着提高 CDN 托管的速度,并且可能已经从使用该 CDN 的另一个站点进行了预缓存。
一个例子是:
http://cdnjs.cloudflare.com其内容可在 https://github.com/cdnjs/cdnjs/tree/master 浏览
它托管的一些图标集位于:
/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png
/ajax/libs/fatcow-icons/...
/ajax/libs/foundicons/3.0.0/svgs/...
/ajax/libs/aui/5.4.0/aui/css/icons/...
/ajax/libs/topcoat-icons/0.2.0/svg/...
/ajax/libs/jqueryui/1.10.3/css/base/images/...
*jqueryui is also hosted on ajax.googleapis.com and others but is a limited set
http://netdna.bootstrapcdn.com/bootswatch/2.3.2/img/glyphicons-halflings.png
http://ajax.aspnetcdn.com/ajax/bootstrap/2.3.2/img/glyphicons-halflings.png
http://www.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings.png
最佳答案
IconFinder托管一个 CDN,其中包含 Fugue、Silk、Silk2、FatCow (Farm-Fresh) 和其他图标集。
这是 IconFinder 的创建者和 MD 的确认it's okay to hotlink to their CDN .
关于performance - 如何将 CDN 加速技术应用于图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4637397/
我是一名优秀的程序员,十分优秀!