You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2024. It is now read-only.
We need to improve the speed of the query via our ORM. By example:
Bad performance
Why?
$quiz->questions
and$question->answers
use a loop to get the data to return.Then we have too much iterations.
NB:
For a longtime improvement, consider the issue #1 .
The text was updated successfully, but these errors were encountered: