Hi, I'm creating a Jenkins plugin which compare two big text files (77000 lines) like JobConfigHistory plugin compares two config files ( https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin) I want to load content dynamically when the user scrolls down. Currently, I can't load the entire page without the browser crashes.
I've found this method : https://wiki.jenkins-ci.org/display/JENKINS/AJAX+with+JavaScript+proxy Before beginning, I wish to know if there is already a component that automatically handles this sort of thing? Thanks in advance ! Michaël
