Home > Backend Development > PHP Tutorial > javascript - css请求阻塞网页加载,如何找到请求源。

javascript - css请求阻塞网页加载,如何找到请求源。

WBOY
Release: 2016-06-06 20:23:44
Original
1401 people have browsed it

我本地调试一个网页 每次都会加载一个css请求:
http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic
然而可能由于被墙或什么 这个请求就failed 并阻塞网页呈现 所以我想找到这个css的请求是哪一个文件发出的 并把它消灭掉 但是调试工具定位到的文件里面并没有找到这个请求。如图所示。javascript - css请求阻塞网页加载,如何找到请求源。

javascript - css请求阻塞网页加载,如何找到请求源。

回复内容:

我本地调试一个网页 每次都会加载一个css请求:
http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic
然而可能由于被墙或什么 这个请求就failed 并阻塞网页呈现 所以我想找到这个css的请求是哪一个文件发出的 并把它消灭掉 但是调试工具定位到的文件里面并没有找到这个请求。如图所示。javascript - css请求阻塞网页加载,如何找到请求源。

javascript - css请求阻塞网页加载,如何找到请求源。

有地址你可以直接到代码里搜一搜。
有的JS可能并不是你的程序调用的,而是拓展程序调用的。

这个69行是JS报错的行数,并不是发起请求的行数,我想console里面应该也有报错信息吧?还是搜一搜看看是哪个JS发起的请求

你可以到bootstrap的CSS文件里面找。@font里面

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template