1

I found a problem through debugging. When I debug it very slowly From pub/index.php to my custom api method.I want to fix and make faster,but I dont't know how to start.

vendor/magento/framework/App/Http.php (116 rows dispatch) -> vendor/magento/module-webapi/Controller/Rest.php ->vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php

2
  • Specify the issues into some more details. Commented Mar 23, 2023 at 9:46
  • Additional DB information request, please. OS, Version? RAM size, # cores, any SSD or NVME devices on MySQL Host server? Post TEXT data on justpaste.it and share the links. From your SSH login root, Text results of: A) SELECT COUNT(*), sum(data_length), sum(index_length), sum(data_free) FROM information_schema.tables; B) SHOW GLOBAL STATUS; after minimum 24 hours UPTIME C) SHOW GLOBAL VARIABLES; D) SHOW FULL PROCESSLIST; E) STATUS; not SHOW STATUS, just STATUS; G) SHOW ENGINE INNODB STATUS; for server workload tuning analysis to provide speed up suggestions. Commented Mar 23, 2023 at 22:13

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.