Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When load page index view first time it fetches full dataset not limit/offset #6555

Open
davinyoeun opened this issue Oct 10, 2024 · 1 comment
Labels
needs more info More information is required

Comments

@davinyoeun
Copy link

  • Laravel Version: 10
  • Nova Version: 4
  • PHP Version: 8.2
  • Database Driver & Version: MySQL

Description:

Currently I have seen data that get in page index is full dataset than paginate by frontend instead of using paginate from server side, so it will impact to database performance when I have data more than 10M.

@crynobone
Copy link
Member

Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)

@crynobone crynobone added the needs more info More information is required label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info More information is required
Projects
None yet
Development

No branches or pull requests

2 participants