增加 html / php 中的 Internet Explorer 超时
我使用 php 编写了一个简单的 facebook 应用程序。应用程序加载时间超过了 Internet Explorer 允许的时间(在 Chrome 和 Firefox 中工作正常)。
不可能减少加载时间。
我可以通过 HTML 标签或 PHP 代码来完成吗?
I wrote a simple facebook application using php. The application loading time is more than the allowed time in internet explorer (Works fine in chrome and firefox).
There is no possibility of decreasing the loading time.
Can I do it by HTML tags or PHP Code ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有可以使用的 HTML 标签,最好的选择是发送一个带有长 保持活动。
There ain't no HTML tag you can use, your best bet would be a sending a http header with a long keep-alive.
嘿,这是你的 IE 设置的问题,IE 的默认超时是 60 秒...请参阅脚本(Wamp 服务器)的渲染(在 IE 中):
如你所见,我的情况的限制因素是 php 超时(如果我愿意的话,可以更改)不是 IE 限制...
也许你搞乱了你的注册表?
Hey, It's a problem with your IE setup, default time out for IE is 60 seconds... see this rendering (IN IE) of your script (Wamp Server):
as you see, the limiting factor in my case is php timeout (which can be changed, if I want to) not an IE limit...
maybe you messed around with your registry?