Size of Datatables javascript file

Size of Datatables javascript file

rahulrborkarrahulrborkar Posts: 3Questions: 0Answers: 0
edited February 2011 in General
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

Replies

  • GregPGregP Posts: 500Questions: 10Answers: 0
    Rahul,

    The minimized version of the library is 65KB; if your server has gzip enabled, gzip will shrink it down to 18KB.

    Perfect, no? :D
  • rahulrborkarrahulrborkar Posts: 3Questions: 0Answers: 0
    Thanks Greg
This discussion has been closed.