# Setting up PageSpeed Insights to test Performance Locally via Gulp

DevFeed: [Setting up PageSpeed Insights to test Performance Locally via Gulp](<https://devfeed.tech/articles/setting-up-pagespeed-insights-to-test-performance-locally-via-gulp-28798.md>)

Original publisher: [Read original article](<https://una.im/gulp-local-psi/>)

Published: 2014-12-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Una Kravets](<https://devfeed.tech/sources/una-kravets.md>)

Topics: [Gulp](<https://devfeed.tech/topics/gulp.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Google](<https://devfeed.tech/topics/google.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [google](<https://devfeed.tech/tags/google.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [ngrok](<https://devfeed.tech/tags/ngrok.md>), [performance](<https://devfeed.tech/tags/performance.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

## AI overview

This tutorial explains how to integrate Google PageSpeed Insights into an existing Gulp project so performance scores can be viewed in the terminal. It uses ngrok to expose a locally hosted website for testing without deploying it to a live server.

## Source excerpt

This is a walk through of how to set up Google PageSpeed Insights within your existing gulp project. This way, you can get your page speed score information within your terminal without first needing to push your site to a live server.