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.