Tag: webapp

  • Setup Lighthouse, CentOS, 3 simple steps

    Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. Here is a simple 3 step setup guide for CentOS: Setup the EPEL yum repository install nodejs and npm using YUM Run npm install -g lighthouse And that’s all. Test it out, run lighthouse https://tryexcept.com or run lighthouse…