Tag: performance

  • 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…

  • Planning for Performance

    “Page-load times in the ten-second range are still common on modern mobile networks, and that’s a fraction of how long it takes in countries with older, more limited networks.” View complete article