jordanx8 / lineup_optimizer

Looks at your Yahoo! Fantasy Basketball roster and returns the best possible lineup for the upcoming week. (according to Yahoo's projections)
0 stars 0 forks source link

Speed up webscrape #6

Open jordanx8 opened 2 years ago

jordanx8 commented 2 years ago

block images/urls etc to speed up page loads https://github.com/chromedp/chromedp/issues/757

jordanx8 commented 2 years ago

instead of waiting 2 secs, try something like: chromedp.ScrollIntoView(footer) then: chromedp.WaitVisible(footer < div)

jordanx8 commented 2 years ago

or just remove some 2 second waits

jordanx8 commented 2 years ago

multithreading on each day of the week?