摘要:
1、利用Chrome-dev-tool的performance调试看看fps和渲染过程cpu找出卡顿是render问题还是js阻塞问题 2、若是重绘占据绝大部门时间还是js阻塞了 https://blog.csdn.net/shuidinaozhongyan/article/details/7809 阅读全文
摘要:
https://www.html5rocks.com/zh/tutorials/internals/howbrowserswork/#Introduction 阅读全文
摘要:
分析:https://kuangpf.com/vue-cli-analysis/create/basic-verification.html vue-cli-service :https://blog.csdn.net/weixin_34080903/article/details/88667618 阅读全文
摘要:
yarn 全局安装(yarn global add [package])后,命令不生效; 通过yarn global bin //查看yarn启动地址 配置环境变量 修改Yarn的全局安装和缓存位置:https://www.cnblogs.com/Jimc/p/11121632.html https 阅读全文
摘要:
官网文档:https://code.visualstudio.com/docs/nodejs/nodejs-debugging node调试方法(日志和debuuger):https://blog.risingstack.com/how-to-debug-nodej-js-with-the-best 阅读全文
摘要:
官方配置表:https://cli.vuejs.org/zh/config/#publicpath 1.vue inspect > output.js 将配置按webpack.config.js输出 2.一般配置在vue.config.js中配置 webpackChain=》修改配置 3.配置打包c 阅读全文
摘要:
浏览器事件循环(结合vue nextTick)https://juejin.im/post/5cb736c5f265da039955d4e8#comment messageChanel的讲解https://www.jianshu.com/p/4f07ef18b5d7 「前端进阶」从多线程到Event 阅读全文
摘要:
https://github.com/sockjs/sockjs-client https://socket.io/ https://github.com/gimite/web-socket-js https://juejin.im/post/5aef0e9c518825673a20754d 方案 阅读全文
摘要:
https://github.com/pod4g/hiper hiper: A statistical analysis tool for performance testing https://github.com/sitespeedio/sitespeed.io Sitespeed.io is 阅读全文
摘要:
https://juejin.im/entry/58b38b4c128fe1006ce37f18 XCel 项目总结 - Electron 与 Vue 的性能优化 https://aotu.io/notes/2016/04/07/node-excel/ Node读写Excel文件探究实践 https 阅读全文