thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

relations result is so slow #5639

Open naeimsafaee opened 2 years ago

naeimsafaee commented 2 years ago

Laravel version

8

PHP version

8

Voyager version

last version

Database

Mysql

Description

Hi I have a problem with working voyager and relations. belongs to many relation on huge data is so slow, because this is loading whole database and search with js in frontend. This is a bad bug and i can not resolve it.

Do you have a solution for it? thanks

Steps to reproduce

.

Expected behavior

.

Screenshots

No response

Additional context

No response

howdu commented 2 years ago

There's exactly what the 'Server Side Pagination' is for.

image