dijkr / Copia

Laravel-project with CMS
0 stars 0 forks source link

Check if the n+1 problem exist #35

Open dijkr opened 1 year ago

dijkr commented 1 year ago

The performance of the webapp is superfast. It caches most into the memory and some at its disk. All content is cached. Use development tools -> networking to check this. But its still usefull to check the current queries for the n+1 problem.