减少 sifr 渲染时间
我在此页面上的一些项目中使用 sifr: http:// /blueprint.staging.dante-studios.com/public/templates/home.php
不幸的是,渲染似乎非常慢,有谁知道如何:
a)加快渲染过程 b) 隐藏所有“待筛选”的项目,直到所有项目都准备好为止?
I'm using sifr for a few items on this page: http://blueprint.staging.dante-studios.com/public/templates/home.php
unfortunately it seems that the rendering is very slow, does anyone have any idea of how to:
a) speed up the rendering process
b) hide all "to be sifr'd" items until all of them are ready?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的..我已经使用了很多次sIFR,对我帮助很大..访客说渲染也很慢。 我有一个解决方案更改为 Cufon。
Cufon 更令人兴奋,因为它不使用任何浏览器插件。 另一方面,Cufon 只需要启用 JavaScript。 只是一个建议;)
Cufon 演示
Yes.. I’ve used sIFR in many times and help me so much.. Visitors said rendering is very slow too. I has one solution which change to Cufon.
Cufon is more exciting because, it doesn’t use any browser plugins. Cufon, on the other hand just needs JavaScript to be enabled. Just a suggestion ;)
Cufon Demo
以下是一些建议:
sifr-config
文件中的所有 JavaScript 注释。Here are a few suggestions:
sifr-config
file.SIFR 会带来性能损失。 不幸的是,速度部分取决于客户端计算机的速度。 缩短时间的唯一方法是减少 SIFR 的使用,或者完全删除它并使用图像来确保字体按照您想要的方式呈现。
另外,请确保您的字体文件仅包含您正在使用的字母,以减少下载时间。
There is a performance penalty associated with SIFR. Unfortunately the speed is partially dependent on the speed of the client computer. The only way to improve times is to reduce the use of SIFR, or remove it altogether and use images to ensure fonts render the way you want them to.
Also, make sure that your font files only include the letters you are using, to reduce download time.