Hello,
I have 10000 records in one of my database table, grocery crud is giving memory byte error in listing :( .
can anyone help me?
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 22 March 2013 - 15:18 PM
Hello,
I have 10000 records in one of my database table, grocery crud is giving memory byte error in listing :( .
can anyone help me?
Posted 22 March 2013 - 16:06 PM
Which theme do you use?
Posted 23 March 2013 - 03:57 AM
currently i am using datatables theme, tell me any other theme which is useful for these kind of situations.
Thanks :)
Posted 23 March 2013 - 06:41 AM
default theme! use flexigrid as solution. The datatables theme gets all rows from database and makes pagination using javascript. Flexigrid uses ajax.
Posted 01 April 2013 - 16:36 PM
Hi,
I have even more records (over 300,000 and will be more).
I can't use "datatables". Even "flexigrid" eats lots of memory when I open the page that has lots of records and switch to others.
It suck my memory until my browser stop.
Can you suggest how i can optimize this :(?
Thanks