Jump to content
UBot Underground

someone help me make the browser/ubot run faster


Recommended Posts

Okay, so i've made a bot, where it navigates to X page.

 

logs in using the list 'username:password'.

 

Go's to X URL.

 

Follows X Channel.

 

Logs out.

 

Re-loops process with the next list account

 

 

====================================

 

How can i make this faster?

Link to post
Share on other sites

Still pretty vague. I get the concept, but that process could be coded a number of ways, which is the part that needs to be optimized.

 

Anyhow, here's some general suggestions (not sure if all these features are available for standard users though):

 

1) turn off loading images in the browser. Same for css and/or javascript if those aren't required.

2) Are you waiting for the page to load all the way? You could try and not wait for the page to load everything, but instead wait for a specific element to show before doing your next step.

3) use sockets or Aymens http post plugin

4) if using proxies, are they public, shared or private?  try exclusive private proxies.

 

hope that helps.

Link to post
Share on other sites

Will depend on two things. First the speed of the internet and pages you are going too and second the speed of your computer. If it's just a single window, open at any time, the first thing is the most important.

 

Frank

Link to post
Share on other sites

As steve's suggested, use sockets or Aymens http post plugin to boost your bot's speed. It cut a lot of browser's rendering time and directly communicates with the server via socket/http post connections.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...