提高 iPhone 上的 cufon 字体性能?

发布于 2024-08-17 02:06:38 字数 144 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半透明的墙 2024-08-24 02:06:38

事实证明,我可以做一些事情来使其更快:避免强制 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文