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.
- Initially we get the token using below endpoint
http://localhost/magento2/rest/V1/integration/admin/token
- 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