Where can I look to find the bottleneck?

|
ssmmmmmmjrjd 2020-11-18 19:25:29
laravel_discuss-59555.jpg
In my controller
ssmmmmmmjrjd 2020-11-18 19:25:59
laravel_discuss-59556.jpg
In my blade
ssmmmmmmjrjd 2020-11-18 19:26:34
Only no_jo not showing, other field is normally showing
Siberfx 2020-11-18 19:29:26
try to dd in your blade file for $detail_jo what it returns for the current data
Siberfx 2020-11-18 19:30:04
or do it in controller before return view
2020-11-18 19:30:07
dd () on no_jo
2020-11-18 19:30:17
In controllor
2020-11-18 19:30:35
Then send me
ssmmmmmmjrjd 2020-11-18 19:31:46
laravel_discuss-59563.jpg
Dd $no_jo in controller
ssmmmmmmjrjd 2020-11-18 19:32:08
laravel_discuss-59564.jpg
Result
Aeonfox 2020-11-18 19:32:56
Hello good day wonderful people.

Please can anyone refer me to where I can have a COMPANY registerd under the German or hongkong government.
Please if you have an idea kindly help me out. Thanks 🙏🙏🙏

2020-11-18 19:33:55
ssmmmmmmjrjd 2020-11-18 19:32:08
Result

Remove get put first ()

ssmmmmmmjrjd 2020-11-18 19:36:11
2020-11-18 19:33:55
Remove get put first ()

I remove get and put first() but still not showing

ssmmmmmmjrjd 2020-11-18 19:37:15
laravel_discuss-59569.jpg

ssmmmmmmjrjd 2020-11-18 19:37:15
laravel_discuss-59568.jpg

2020-11-18 19:40:14
There is a two table
2020-11-18 19:41:22
Data show
2020-11-18 19:41:39
In this function
ssmmmmmmjrjd 2020-11-18 19:41:48
laravel_discuss-59573.jpg
Thank you this solved i added this line in my model
2020-11-18 19:41:49
Am i right
NanoCellMusic 2020-11-18 22:27:49
Is it just me or is tailwind 2.0.0 looking awesome?
DesolatorMagno 2020-11-19 00:42:44
NanoCellMusic 2020-11-18 22:27:49
Is it just me or is tailwind 2.0.0 looking awesome?


Looking and sounding.

Tailwind CSSTwitter
It’s real, and it’s spectacular. tailwindcss.com
DesolatorMagno 2020-11-19 00:43:16
ssmmmmmmjrjd 2020-11-18 19:37:15

There is something wrong there, the fact that it work using get or first is not normal.

DesolatorMagno 2020-11-19 00:45:06
Maybe you are overwriting it somewhere, try changing the value to something else (and btw, try to stop using photos)
DanteFrank 2020-11-19 01:39:20
Laravel mix documentation for Tailwindcss in no available in ver 2,0
DanteFrank 2020-11-19 01:41:22
Okay let me try something first
2020-11-19 02:00:28
Hey guys
I have a question
DanteFrank 2020-11-19 02:00:49
Still now working
DanteFrank 2020-11-19 02:01:02
I keep getting this error
Error: PostCSS plugin tailwindcss requires PostCSS 8.
2020-11-19 02:01:49
how can i make a function or middleware that when admin wants to shut the site down, it shots site down. and admin panel still works?
admin panel and site both work on one laravel application
ili145 2020-11-19 02:18:21
laravel_discuss-59601.jpg
what is this error
DanTechSupp 2020-11-19 02:22:38
I have a Laravel app that takes upwards of 20 minutes to migrate in production. If I copy the production database to my local machine and run it it runs instantly. If I manually update the db in production it also runs instantly, but with php artisan migrate –force it takes very long. With htop I see that php artisan migrate is using 100% CPU. Where can I look to find the bottleneck?
DesolatorMagno 2020-11-19 02:23:52
Only migration, no seed?
DanTechSupp 2020-11-19 02:24:35
DesolatorMagno 2020-11-19 02:23:52
Only migration, no seed?

Yes

DesolatorMagno 2020-11-19 02:25:12
Well, you can send the current time to the log at the start of each migration, so you can see how long it take.
DesolatorMagno 2020-11-19 02:26:43
ili145 2020-11-19 02:18:21
what is this error

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/414

2020-11-19 04:57:42
laravel_discuss-59611.jpg
am trying to retrieve image using ajax, and am having issues with it, this is my code
2020-11-19 04:58:09
laravel_discuss-59612.jpg
here is the return view
2020-11-19 05:49:10
Try to console the values
2020-11-19 05:49:24
Return data
|