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.
Use RESET option in BROWSER TAB . this will clear cookies but cache will be still present. You can also make a profile and save it for further use. Let us know if this works for you.