Size of Datatables javascript file
Size of Datatables javascript file
rahulrborkar
Posts: 3Questions: 0Answers: 0
Folks,
I am facing problem with the size of jquery.dataTables.js file which is near about 208 KB and needs lot of time to get loaded for distant browsers. I am using complex features of Datatable and I need reduced size verion. I have tried minifying this file but still that creates version of 100KB. I need file around 30 KB or around.
Regards,
Rahul
I am facing problem with the size of jquery.dataTables.js file which is near about 208 KB and needs lot of time to get loaded for distant browsers. I am using complex features of Datatable and I need reduced size verion. I have tried minifying this file but still that creates version of 100KB. I need file around 30 KB or around.
Regards,
Rahul
This discussion has been closed.
Replies
The minimized version of the library is 65KB; if your server has gzip enabled, gzip will shrink it down to 18KB.
Perfect, no? :D