提高 iPhone 上的 cufon 字体性能?
我在 iPhone 上使用 Cufon 字体替换工具。不幸的是,那里的速度真的很慢。 (在我的第一代 iPhone 上,在 50 字的小页面上大约需要 2 秒。)
我可以进行哪些优化来提高性能? (如果您有多个提示,请将它们分成多个答案,以便可以单独投票。)
I'm using the Cufon font replacement tool on iPhone. Unfortunately, it's really slow there. (On a small 50 word page it takes about 2 seconds on my first-gen iPhone.)
Are there any optimizations I can make to improve performance? (If you have multiple tips, please split them out into multiple answers so they can be voted up separately.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,我可以做一些事情来使其更快:避免强制 Cufon 迭代非文本节点。通过传递显式的 div 进行替换,Cufon 性能显着提高;现在已经不到一秒了。
Turns out that there IS something I can do to make it a lot faster: avoid forcing Cufon to iterate over non-text nodes. By passing explicit divs to replace, Cufon performance considerably improved; it's now well under a second.