@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.
load and show page using http client ?
-
can someone told me how to load page using http client get and show it ?
-
@Moastafi74 said in load and show page using http client ?:
can someone told me how to load page using http client get and show it ?

-
@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
