dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 441 forks source link

Ajax pagination or tabbing results on build view #912

Open gtrias opened 9 years ago

gtrias commented 9 years ago

When a build generates a huge number of results the ajax call is trying to load all those results in the same view. This causes the browser to hangs and has very high load charge. Sometimes you must close the browser or wait a lot of time, also you can see the typical browser dialog "Unresponsive script" from Firefox (https://support.mozilla.org/en-US/kb/warning-unresponsive-script).

It could be a good approach to have all those results paginated or tabbed to be able to load them in smaller groups.

Tested with: Firefox Developer Edition 39.0a2

Adirelle commented 9 years ago

:+1: for tabbed view.