Posts by Emily Silva • 11 points
2 posts
-
1
votes2
answers166
viewsA: Bad practice in PHP code
We consulted a dev here from my city and gave me the following solution in query: SELECT COUNT(*), setor_area, nota FROM avaliacoes GROUP BY setor_area, nota ORDER BY setor_area This dispensed with…
phpanswered Emily Silva 11 -
-1
votes2
answers166
viewsQ: Bad practice in PHP code
I have some functions(down below) of a system of service evaluations. But when I run them in my index.php the server takes too long to run them, the page takes almost 30s to return the data.…
phpasked Emily Silva 11