Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 python 爬取谷歌结果,但爬虫很慢。我想减少time-to-first-byte。当我在浏览器中使用谷歌时,时间如下:
time-to-first-byte
当我requests在我的网站上使用谷歌时,时间如下:
requests
在本地我通过这种方式获得谷歌:
我怎样才能加载谷歌渐进式和减少time-to-first-byte?