You try set data to table and it is 30s response?

|
gerasart 2020-05-08 18:20:42
if object use $leaque->type
gerasart 2020-05-08 18:22:54
public static function filterLeaques( $leaques, $type ) {
$data = [];
foreach ( $leaques as $leaque ) {
if ( $leaque->type === $type ) {
$data[] = $leaque;
}
}
return $data;

}

Developer_124 2020-05-08 18:26:18
Anybody know about indexing
gerasart 2020-05-08 18:26:35
Developer_124 2020-05-08 18:26:18
Anybody know about indexing

What you need ?

Developer_124 2020-05-08 18:27:15
Indexing really helps to increase the performance of website
gerasart 2020-05-08 18:27:30
Developer_124 2020-05-08 18:27:15
Indexing really helps to increase the performance of website

yes

Developer_124 2020-05-08 18:27:33
I have a function
Developer_124 2020-05-08 18:27:39
In my project
Developer_124 2020-05-08 18:27:54
It’s taking 30 sec response time
gerasart 2020-05-08 18:28:42
Developer_124 2020-05-08 18:27:54
It’s taking 30 sec response time

what is the size data you get ?

Developer_124 2020-05-08 18:29:33
Db has records upto
Developer_124 2020-05-08 18:29:38
Lakhs
Developer_124 2020-05-08 18:30:19
So do I need to apply the indexing for every field
Developer_124 2020-05-08 18:30:47
The field that is used inside that function
Developer_124 2020-05-08 18:30:57
Of that table
gerasart 2020-05-08 18:31:42
Developer_124 2020-05-08 18:30:19
So do I need to apply the indexing for every field

you try set data to table and it is 30s response?

Developer_124 2020-05-08 18:32:35
gerasart 2020-05-08 18:31:42
you try set data to table and it is 30s response?

What

DesolatorMagno 2020-05-08 18:37:51
Use something like debugbar to check in what part it take more time, and try to make the consult more efficient, there is not a button that you press and make everything faster.
Developer_124 2020-05-08 18:43:50
Ok
2020-05-08 19:19:27
Hellois anyone online ?
2020-05-08 19:22:46
Someone has worked with laravel websockets ????
mohamed abuassi 2020-05-08 19:26:05
I need help with pdf!!
mohamed abuassi 2020-05-08 19:26:31
laravel_discuss-36493.jpg

mohamed abuassi 2020-05-08 19:26:47
With Arabian letter cant print
mohamed abuassi 2020-05-08 19:26:52
Dompdf
gerasart 2020-05-08 19:27:06
mohamed abuassi 2020-05-08 19:26:52
Dompdf

+

Sumanta_mukhopadhyay 2020-05-08 19:35:33
I wana get a laptop for development purpose any suggestion guys
skys215 2020-05-08 20:28:38
gerasart 2020-05-08 18:22:54
public static function filterLeaques( $leaques, $type ) {
$data = [];
foreach ( $leaques as $leaque ) {
if ( $leaque->type === $type ) {
$data[] = $leaque;
}
}
return $data;

}

use array_filter function

gerasart 2020-05-08 20:36:19
skys215 2020-05-08 20:28:38
use array_filter function

array filter we can use too

Jooo 2020-05-08 21:19:06
Error Class ‘AppHttpMiddlewareMiddleware’ not found
Siberfx 2020-05-08 22:08:43
spamm
cayetanohosma 2020-05-08 22:09:50
Siberfx 2020-05-08 22:08:43
spamm

Yesssss! A little bit!

Siberfx 2020-05-08 22:10:42
more than a little bit 😛
gerasart 2020-05-08 22:10:44
remove him
cayetanohosma 2020-05-08 22:13:54
If the channel rules forbid to spam, the admin should kick him
Siberfx 2020-05-08 22:23:26
if its not prohibited to share links
Siberfx 2020-05-08 22:23:29
I can do worser 😛
cayetanohosma 2020-05-08 22:25:57
hahahahaha
cayetanohosma 2020-05-08 22:26:14
So, in that case, don’t be cruel! @Siberfx 😉
Siberfx 2020-05-08 22:27:21
so cruel right
Siberfx 2020-05-08 22:27:22
hahaha
cayetanohosma 2020-05-08 22:28:08
hahahahahahahahaha
prime 2020-05-08 22:30:08
how can i pass variables in http get request..?
mohamed abuassi 2020-05-08 22:30:56
Guys
cayetanohosma 2020-05-08 22:31:05
you could concatenate them after the url with ? sign
mohamed abuassi 2020-05-08 22:31:11
I need some one have experience with dompdf
prime 2020-05-08 22:35:00
cayetanohosma 2020-05-08 22:31:05
you could concatenate them after the url with ? sign

yaaa sure

Roniiex3 2020-05-08 23:44:31
Guys im learning laravel since last 2 weeks but having so much confusion between Relationships models & eloquent
Roniiex3 2020-05-08 23:44:40
Is there any good source to understand it brom bottom
Roniiex3 2020-05-08 23:45:24
Any youtube / book you suggest 🙂
|