SASA Infotech Interview Question

What are the best method for optimizing php or mysql code

Interview Answer

Anonymous

Jun 6, 2018

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

2