hello sir, please make video on fast blade template loading. i made a form page using blade templates for input select and others, with around 60 fields, it took around 14sec to load, how can we make this faster. humble request sir.
use debug bar to see how many queries are executed for your form. Sounds like you have a mess going in your database structure and query methods. There is lots of help for N+1 queries, even on this channel.
@SilverPaladin thanks 👍. Anyhow Resolved the issue, actually it was cache issue i think, I tried all the options i got online, some how it got resolved 😔.
The request history function is fantastic!
I appreciate you thinking about the “hidden features” and taking the time to create this video!
Great!
Happy New Year🎄
Good features. I did not know about them.
Merry Christmas ⛄🎁
Didn't know about the timeline one.
That last one can also be done with just debug($order).
Awesome, thnx a lot .
Great features!
I use debugbar but also xdebug to step through the code sometimes and catch errors in logic or operations in variables. Do you find it useful?
api, how to use it ? thanks!
For API projects, use Laravel Telescope
Can you make a video on elastic search
I'm not using Elasticsearch myself, so I'm not qualified to make a proper video about it.
Would you like to show us some security tutorial how can we stop ssrf, xss attack
I have this video about security in Laravel: ruclips.net/video/dWVTfY6cMBs/видео.html
@LaravelDaily thank you for answering i have seen this one but i want to ask specially for ssrf attack
Impressive
hello sir,
please make video on fast blade template loading.
i made a form page using blade templates for input select and others, with around 60 fields, it took around 14sec to load, how can we make this faster.
humble request sir.
use debug bar to see how many queries are executed for your form. Sounds like you have a mess going in your database structure and query methods. There is lots of help for N+1 queries, even on this channel.
@SilverPaladin thanks 👍.
Anyhow Resolved the issue, actually it was cache issue i think, I tried all the options i got online, some how it got resolved 😔.