Seems sometimes pages/page elements fail to open/download when using medium/slow proxy regardless big timeout
-
Thats why I do it like that:
ignore errors > load page> waiter 3 sec> ignore errors> load SAME PAGE > waiter 10secso this way when it attempts to load it second time, thread will already have cached files like images or css/js/other files.
I was thinking if there is a way to "load cache" from offline because my threads are doing same job over and over and sometimes they fail to get file/wait for element that could be already in cache files. i believe this is due to slow/medium proxy and big unoptimized webpage.
Or maybe this is stupid idea and wont work? Or it could be a footprint and lead to ban of all my accounts?