gocodebox / gocodebox/lifterlms
Improve LLMS_Database_Query performance when no pagination information is needed
Open
Severity: Normal
Type: Enhancement
- Dominant language
- PHP
- Stars
- 212
- Forks
- 140
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 19
Description
See:
https://github.com/gocodebox/lifterlms/pull/928#discussion_r325180248
Basically we can avoid counting the found rows when executing db queries if we don't need pagination information.
Remaining classes:
- [ ] LLMS_Notifications_Query
- [ ] LLMS_Query_Quiz_Attempt
- [ ] LLMS_Query_User_Postmeta
Contributor guide
Assessment
This issue has not been assessed yet.