SASA Infotech interview question

What are the best method for optimizing php or mysql code

Interview Answer

Anonymous

6 Jun 2018

- use function reusability. - less use include and required - use proper indexing in query - use store procedure

2