私は500行とjsファイルの以下の部分を持つHTMLテーブルを持っている:IE 11 - DataTableのDOMのパフォーマンスの問題
IE 11:
<script type="text/javascript">
$(document).ready(function() {
console.time('init apples');
$('#myApples').DataTable();
console.timeEnd('init apples');
});
</script>
私は、これらの3つのブラウザでテストを実行しました
initのリンゴ:4.807,458ms
initのリンゴ:5.007,424ms
initのリンゴ:4.368,084ms
initのりんごを4.424,716ms個のINITリンゴ:4.354,414ms
クローム:
initのリンゴ:128.066ms
initのリンゴ:154.445ms
initのリンゴ:139.853ms
initのリンゴ:
initのリンゴを157.234ms:130.374 MS
のFirefox:
initのリンゴ:286.96ms
のinitリンゴ:255.26ms
initのリンゴ:
initのリンゴを268.33ms:
initのリンゴを242.93ms:249.12ms
私は、なぜそれがとても遅いです、不思議とあれば、それをスピードアップする方法はありますか?
ここには何も役に立たなかったので、 https://www.google.com/search?q = speed + up + datatable – mplungjan
私はほとんどの時間の写真を見る – user1386375