@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.
Resouce not loading entire file
-
I have a resource which is a text file with around 4 million lines. But the resources doesn't load more than 1 million lines. Here is the setting for the resource.

and here is the resources stats when the program first starts running. As you can see, it is only loading a million lines from the text file, not the entire 4 million. Any ideas why?

-