I have application which send request per second to view and there I get data from api and return response from client so
- Ajax(send request)->
- View(Send request)->
- Api(Return response for view)->
- View(Return response for client)
I saw that's uses a lot of CPU.
-
Why it is usages a lot of cpu?
-
How I can optimization it? - I must press point that I download currencies and I need download data per second
-
Should I use WebSocket?
Aucun commentaire:
Enregistrer un commentaire