Cufon 在刷新时有轻微延迟,但在直接加载页面时没有
我在 Firefox 中使用 Cufon,当我按 F5 时,它在将字体转换为图像时有轻微的延迟,但如果我单击 URL 栏并按 Enter 键则不会。
知道为什么吗?最初并不是这样的,我尝试添加一行来替换另一个选择器,然后就发生了这种情况。然后我撤消了,但问题仍然存在。
I am using Cufon in Firefox, it has a slight delay of converting fonts to images when I F5 but not if I click on the URL bar and hit enter.
Any idea why? And it wasn't originally like this, I tried to add a line replacing another selector and then this happened. Then I undoed but the problem remains.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是因为按 F5 也会强制重新加载所有附加脚本,这会延长处理 cufon 替换的时间(而布局已经渲染)。
当正常进入页面或通过再次输入其 URL 重新加载页面时,不会重新加载嵌入的脚本。
I assume this is because pressing F5 forces a reload of all attached scripts as well, which prolongs the time until the cufon replacement is processed (while the layout is already being rendered).
When entering a page normally, or reloading it by entering its URL again, the embedded scripts are not reloaded.