php - Overcome query jam in dashboard. -


i have laravel app , there dashboard i'm showing around 30 blocks. blocks data coming identical queries. result when hit on dashboard page system execute 40+ queries.

i want show block 1 one execute query. seeking idea reduce query jam , execute 1 bye one.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -