Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAakash Srivastav
Full Stack JavaScript Techdegree Student 11,638 PointsGoogle PageSpeed
Is there any problem if I paste my local URL in the "url box" of GooglePageSpeed Insights? Actually , I didn't clearly know why not to paste your local URL ? Are you vulnurable of being hacked or attacked on your local files ? Please explain . Thanks
1 Answer
Seth Kroger
56,413 PointsLoading your site from local link is basically loading it off the file system, which is quite different and faster than loading it from a remote site. Since PageSpeed looks at the loading times for each resource you want to examine it under realistic conditions. Loading locally means you miss out on detecting issues that would become apparent while loading over an Internet connection.
Aakash Srivastav
Full Stack JavaScript Techdegree Student 11,638 PointsAakash Srivastav
Full Stack JavaScript Techdegree Student 11,638 PointsHey Seth . Can you explain me in little bit detail?