cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 responce is very slow on localhost

Magento 2 responce is very slow on localhost

Hi Team,

We have installed Magento 2.2.5 on our local windows 10 setup. Setup is up & running; however, response is very slow. We are interested to use it using REST endpoints.

  1. Initially we get the token using below endpoint

http://localhost/magento2/rest/V1/integration/admin/token

  1. Then use the GET and POST call for customer & product

http://localhost/magento2/rest/V1/customers/1

http://localhost/magento2/rest/V1/products

Then above call works poorly using postman.

 

When we try to execute the concurrent call in bulk then most of the times it fails and also take lot of time.

 

Please let us know if any configuration/settings changes that needs to be done from our end to get the quick response.

 

FYI

We have already tried the following points but no improvements:

 

  • Updating php.ini file for memory, max input time, execution time etc.
  • Changing the mode from default to dev to production
  • Clearing cache
  • Set page caching as Varnish caching (got recommendation from white paper)
  • Changes for JavaScript, CSS from store configuration (suggested on one of the site)
  • Updating the index management
  • Re-indexing all the modules

 

Thanks,

Vivek

9604787749

1 REPLY 1

Re: Magento 2 responce is very slow on localhost

Please update if anyone has any solution for the same

Thanks

Vivek