1

I have a website that loads very slow. Today I have done a test with the Timeline included in the Chrome Tools for Developers and I have seen that during about 9 seconds there is a Timer firing in a JS called v8natives.js. I have checked my Wordpress plugins and none of them are loading this library. I don't know why this library is loading and what it is used for. Anyone knows something about this JS?

I have tried also deleting some Javascript calls, deactivate plugins... But nothing happens.

The website is http://www.laparabolica.es

Thanks!

4

1 回答 1

0

基于这些结果:

http://www.webpagetest.org/result/120704_SN_10Z5/1/details/

Web 服务器似乎需要很长时间(在本例中为 11.388 秒)才能响应。(参见第一个字节的时间)。我在这个等式中看不到 v8natives.js(很确定这与 Chrome 的 Javascript 引擎有关)。

由于接收网站的第一个字节需要 11.388 秒,因此不可能有任何 javascript 减慢速度......

于 2012-07-04T22:19:46.923 回答