javascript - Load massive HTML data via Ajax-Request -


i have problem , can not find solution @ moment... calling ajax request fetch html data backend system. backend system renders html table 8000 rows , many information in table cells. php needs 1 second fetch , render data, browser needs 40 seconds display data....

the ajax call build jquery.post() method , response html. insert responded html javascripts innerhtml function because jquery slower native function...

do have idea, how speed process? thought splitting response chunks , display timeouts, did not work^^

thx!

edit: cant infinite scroll scenario. table contents parsed treetable class , have hierarchys. has work collapse , expand levels 1 click. load see problem think scenario.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -