6

我们都想让我们的网站更快,谷歌在这里展示了一些示例:http ://code.google.com/speed/articles/html5-performance.html

我们使用 OpenX 来投放广告,因此,假设浏览器支持 (FF3.6+),我想我们可以修改 OpenX 广告代码:

<script type='text/javascript'> ... ad codes </script>

进入

<script type='text/javascript' async> ... ad codes </script>

那会做这项工作吗?有没有更好的异步加载脚本的方法?

4

2 回答 2

4

不幸的是,OpenX 使用 document.write 来完成大部分工作。这意味着当脚本实际运行时,它将尝试在其当前所在的流程中的任何点写入。我尝试将 OpenX javascript 片段本身更改为不使用 document.write,但发现来自 OpenX 的响应通常也包含 document.writes。

于 2010-09-08T18:58:40.570 回答
4

有没有人用openx标签试过这个?

http://jqueryad.web2ajax.fr/

于 2010-10-20T20:56:29.853 回答