ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

Speed of rendering #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. over 100 records to display at once

Please provide any additional information below.

How can i speed up rendering time on load()?
I have benchmarked load function in php file and even with 250 records to 
display it come under a second:
2011/11/23 11:24:51 - 0.0215830802917 sec - function load() in general - line 
198 

yet i have to wait about 15 seconds before rendering is complete.
anything i can disable at js side (i guess) to speed up a process?
what if i need to display over 7k lines??

Original issue reported on code.google.com by ginger...@gmail.com on 23 Nov 2011 at 11:30

GoogleCodeExporter commented 9 years ago
What browser are you using?

I've found firefox to suck at rendering. Chrome and Safari on mac seem to blaze 
through it. I'm gonna look into optimizing firefox somehow.

Original comment by Seancla...@gmail.com on 15 Dec 2011 at 6:11

GoogleCodeExporter commented 9 years ago
hi Sean. i'm using Chrome. 
when you change display pages form default 10 to 20, then click next to display 
results 21-40 - it just gets stuck - showing "loading" for ever... both in FF 
and Chrome...

Original comment by ginger...@gmail.com on 16 Dec 2011 at 11:53