I am using BAS to scrape articles from various news websites, and I want to block JavaScript, disable images, and turn off ads to optimize the page loading speed. Could you please provide instructions for doing so?
@DuckDuck Thank you very much. Besides blocking libraries, what else can be done to optimize BAS and reduce RAM and CPU usage? Because the tool I'm working with is expected to simultaneously scrape 20-30 news pages.
U need disallow useless requests, for example .png .mp4,mb some .js / .css e.t.c. and u need to test, that ur denied requests dont impact ur script normall work
using multiple accounts on the same site, i have to get 1 fingerprint for each account and save it in order to reload each account with its own fingerprint right?
yes
each fingerprint request on server give a new one different from the last request?
Almost always will be new.
as free member is there any limit on fingerprint request ?