增加 html / php 中的 Internet Explorer 超时

发布于 2024-10-31 04:21:13 字数 154 浏览 5 评论 0原文

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

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

发布评论

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

评论(2

傲娇萝莉攻 2024-11-07 04:21:13

没有可以使用的 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.

后知后觉 2024-11-07 04:21:13

嘿,这是你的 IE 设置的问题,IE 的默认超时是 60 秒...请参阅脚本(Wamp 服务器)的渲染(在 IE 中):

05:21:20
0<BR>1<BR>2<BR>3<BR>4<BR>5<BR>6<BR>7<BR>8<BR>9<BR>10<BR>11<BR>12<BR>13<BR>14<BR>15<BR>16<BR>17<BR>18<BR>19<BR>20<BR>21<BR>22<BR>23<BR>24<BR>25<BR>26<BR>27<BR>28<BR>29<BR>30<BR>31<BR>32<BR>33<BR>34<BR>35<BR>36<BR>37<BR>38<BR>39<BR>40<BR>41<BR>42<BR>43<BR>44<BR>45<BR>46<BR>47<BR>48<BR>49<BR>50<BR>51<BR>52<BR>53<BR>54<BR>55<BR>56<BR>57<BR>58<BR>59<BR><br />
<b>Fatal error</b>:  Maximum execution time of 60 seconds exceeded in <b>Somewhereovertherainbow</b> on line <b>9</b><br />

如你所见,我的情况的限制因素是 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):

05:21:20
0<BR>1<BR>2<BR>3<BR>4<BR>5<BR>6<BR>7<BR>8<BR>9<BR>10<BR>11<BR>12<BR>13<BR>14<BR>15<BR>16<BR>17<BR>18<BR>19<BR>20<BR>21<BR>22<BR>23<BR>24<BR>25<BR>26<BR>27<BR>28<BR>29<BR>30<BR>31<BR>32<BR>33<BR>34<BR>35<BR>36<BR>37<BR>38<BR>39<BR>40<BR>41<BR>42<BR>43<BR>44<BR>45<BR>46<BR>47<BR>48<BR>49<BR>50<BR>51<BR>52<BR>53<BR>54<BR>55<BR>56<BR>57<BR>58<BR>59<BR><br />
<b>Fatal error</b>:  Maximum execution time of 60 seconds exceeded in <b>Somewhereovertherainbow</b> on line <b>9</b><br />

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?

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