S
S
sidorikv2020-10-01 18:50:13
Google Chrome
sidorikv, 2020-10-01 18:50:13

How can you optimize the load on your computer?

I welcome everyone!
I am doing one thing, a typical situation: 30 chrome browsers are running on the computer, in fact 30 windows, each window has its own user (account), with a difference of 50m.c, the script presses a button in each of the windows, for example:
1 window - 14: 59:59:000
2nd window - 14:59:59:050
And so on.
How can you optimize (or at least slightly) reduce the load on your computer? So that at one moment everything does not hang like a creature. I’ll say in advance that everything starts to hang, because the button is pressed on the site and data is sent to the site server. I didn’t configure anything in the browser and didn’t include any functions, what can you advise? I will be glad to every competent and constructive answer, thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nadim Zakirov, 2020-10-01
@zkrvndm

The task described by you can potentially be solved through 1 browser. You create a special extension that logs in to the target site and saves cookies somewhere in the database, then the extension clears the cookies and repeats the authorization process again. And so 30 times, until you accumulate 30 cookies from all your 30 accounts.
Further, pressing the buttons is a matter of technology, see what requests are sent when the button is pressed and simulate POST requests from the background extension process with the transfer of the necessary cookies in the headers.
To be honest, even a browser is not needed here, if no tricky captchas are used during authorization, the problem could be completely solved with one php script.

A
Alex B, 2020-12-24
@Ale_Bal

Well, did you manage to take something?)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question