CFLint
CFLint copied to clipboard
new rules: AVOID_QUERY_IN_LOOP
AVOID_QUERY_IN_LOOP,
It's not a good practice to query a DB inside loop like <cfloop> and <cfoutput query='query'> - that increase load to DB and response time. https://codeutopia.net/blog/2010/10/07/optimizing-sql-removing-queries-inside-loops/
These two rule suggestions should be separate issues.