Too many jquery plugins?

后端 未结 9 1996
借酒劲吻你
借酒劲吻你 2020-12-31 11:59

I\'m developing a website, but I realized that, in addition to the link to my main javascript file, and the link to the jquery file, it\'s beginning to look like I\'m going

9条回答
  •  既然无缘
    2020-12-31 12:46

    Many sites require the use of large and often many JavaScript files. Whether this is in the way of plug-ins or custom scripts.

    In this case I would suggest you look at performance of your application. For example minifying your JavaScript files and where possible send them to the client gzipped with expire headers so they can be cached.

提交回复
热议问题