I tried implementing all of the three ways to fetch some data. I noticed that doctrine 2 ORM was faster than others. But when I searched about performance of the three on internet, I noted that SQL and DQL work more faster. If it is so, then what is the difference between the three ?
Which is more preferable to be used when fetching data