JS-Based Pagination #9

Open
opened 2025-02-27 13:27:02 +00:00 by boris · 0 comments
Owner

Currently, all pagination is carried out by PHP; good for performance, but not reactive. This could be massively simplified by JSON / XML encoding the database records, and paginating on the client side. Not good scalability for performance, however JS & AJAX are being assessed, not PHP.

Currently, all pagination is carried out by PHP; good for performance, but not reactive. This could be massively simplified by JSON / XML encoding the database records, and paginating on the client side. Not good scalability for performance, however JS & AJAX are being assessed, not PHP.
boris added the
enhancement
label 2025-02-27 13:27:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boris/Ecobuddy#9
No description provided.