2

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: enter image description here

when i use requests to get google in my website timing is as bellow: enter image description here

and locally i get google this way: enter image description here

how can i load google progressive and reduce time-to-first-byte?

mohammad
  • 434
  • 1
  • 5
  • 17
  • You can try removing any DNS delay. Replace the domain name with the server's IP and set the `host` header to the domain. But... you will eventually be welcomed by a CAPTCHA. – GramThanos Aug 26 '19 at 14:54

0 Answers0