Why is my script eating more proxy traffic some days than others ?

dillywilly

Regular Member
Joined
May 6, 2020
Messages
250
Reaction score
93
Hey im running a small script and when i track my residential traffic usage it seems like somedays the traffic is used more than other days for the same amount of work? is it because of more people using the connection ? or the proxy pool at that time ? how can i reduce my traffic usage thanks

thanks in advance
 
Hey im running a small script and when i track my residential traffic usage it seems like somedays the traffic is used more than other days for the same amount of work? is it because of more people using the connection ? or the proxy pool at that time ? how can i reduce my traffic usage thanks

thanks in advance
What script are we talking about? Is it some browser script on selenium? Then just block images and put on anti-tracking and anti-ads.

Either way need more details to help you.
 
What script are we talking about? Is it some browser script on selenium? Then just block images and put on anti-tracking and anti-ads.

Either way need more details to help you.
yes its a gologin script that runs thru a browser selenium
 
You can disable images, videos and other media content as they are the main culprits of high data usage. Use any extension or add-on to block ads and pop-ups. You can also restrict data usage in the background.
 
You can disable images, videos and other media content as they are the main culprits of high data usage. Use any extension or add-on to block ads and pop-ups. You can also restrict data usage in the background.
thnak you
 
Back
Top