This repository was archived by the owner on Jan 8, 2025. It is now read-only.
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Make result update more efficient #215
Closed
Description
On big job pages the update is rather slow. As @Krinkle said in #213:
"It does create a document fragment, though, that should be made more efficient by only returning the table html from the server. That way we don't have to have .load()
it and .find()
the table in order to compare the innerHTML."
Should do that.