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

made the page request from flexigrid parallel #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

P8H
Copy link
Contributor

@P8H P8H commented Nov 5, 2015

Why not parallel?

I'm working with really big databases there a single request takes 5 seconds.
With this change the results will be displayed a lot faster.

I would also suggest to merge the two requests into one,
but currently I have not the time to do itself.

@heruprambadi
Copy link

Interested here sir. But didnt really understand. Can you explain more detail please ?

@P8H
Copy link
Contributor Author

P8H commented Nov 5, 2015

currently with flexigrid there are two request needed for a page change:
"ajax_list" and "ajax_list_info"
which invokes showList() and showListInfo() in application/libraries/Grocery_CRUD.php

imho this two calls can be merged into one.
(but this is not the work I have done in this commit..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants