Reputation: 490
i want to crawl google result using python, but the crawler is slow. i want to reduce time-to-first-byte
.
when i use google in my browser timing is as bellow:
when i use requests
to get google in my website timing is as bellow:
and locally i get google this way:
how can i load google progressive and reduce time-to-first-byte
?
Upvotes: 2
Views: 76