79199008

Date: 2024-11-18 07:19:31
Score: 2.5
Natty:
Report link

Try to minimize the use of DISTINCT within GROUP_CONCAT. You can achieve this by grouping your posts more efficiently. Use with() to eagerly load instead of manual connections. This reduces the number of queries and speeds up the process.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Surjith