⚠ 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. ⚠

  •     

profile picture

memory byte error in grocery crud



sachin vairagi
  • profile picture
  • Member

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?


victor
  • profile picture
  • Member

Posted 22 March 2013 - 16:06 PM

Which theme do you use?


sachin vairagi
  • profile picture
  • Member

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 :)


victor
  • profile picture
  • Member

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.


pisanu
  • profile picture
  • Member

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