Facing a real problem with my proxy, paying 20$ for a solution

Shawerma

Supreme Member
Jr. VIP
Joined
Jan 7, 2023
Messages
1,362
Reaction score
984
Whenever I use the proxy with my python selenium code it uses a lot a lot of data around 50MB, but when I do the same steps manually they cost me around 1 MB of data

I am not sure why, I am using virtual box and settings the proxy using windows 10 proxy settings\

more details:
- I am using iproxy @iproxyonline
- Still did not set up split wifi, but I do not think there issue is coming from there
 
Sometimes your script consumes a lot of data to load. You should optimize your selenium scripts to reduce the amount of data that is transferred.
 
Whenever I use the proxy with my python selenium code it uses a lot a lot of data around 50MB, but when I do the same steps manually they cost me around 1 MB of data

I am not sure why, I am using virtual box and settings the proxy using windows 10 proxy settings\

more details:
- I am using iproxy @iproxyonline
- Still did not set up split wifi, but I do not think there issue is coming from there
I guess the script is creating the issue, you can use diffrent provider who offers software solution instead of script.
 
Back
Top