Home > OS >  How to make AWS beanstalk enviroment run faster
How to make AWS beanstalk enviroment run faster

Time:07-06

I uploaded a asp.net framework MVC web app page to AWS beanstalk and it works extreamly slow.

How can i make the enviroment run faster?

These are my current configurations:

enter image description here

Is it a problem that when I published the web app to aws it was in debug and not release?.

I tried upsizing the instance but i get this error:

enter image description here

CodePudding user response:

The problem was the requests I made to the client to get their mac address to authorize them.Since I did that for every action it made the web app very slow.

  • Related