Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Reduce node_modules and dist JS

Reduce node_modules and dist JS

Ubuntu




Steps

  1. Install all dependencies
  2. npx install
  3. Check unused dependencies
  4. npx depcheck -y && npm outdated
  5. /!\ Be careful to false result
  6. Check and clear cache
  7. npm cache verify && npm cache clean --force && npm cache verify
  8. Remove unused files
  9. go get github.com/tj/node-prune
  10. node-prune
  11. Compressing files
  12. npm install gzipper
  13. /!\ Do not forget to enable GZIP in your Apache or Nginx
  14. Optimize and deploy
  15. npm dedupe && npm ddp && npm run deploy