Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aurawindsurfing's avatar

Make laracasts score 100% with PageSpeed Insights?

Ok, here is a theoretical question: How to make laracasts score higher with PageSpeed Insights? Or maybe it clearly shows we should not worry about it at all? Here are the results:

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Flaracasts.com%2F

and here are results from GTmetrix as well:

https://gtmetrix.com/reports/laracasts.com/tMDCPtQd

What do you guys think?

I'm surprised laracasts is not using service such as cloudinary to minimise size of images not to mention compression. This seems like a clear win straight away.

0 likes
9 replies
automica's avatar

@aurawindsurfing I thought only google cared about pagespeed :P

I would expect that images are larger than display size so they look good on retina @2x displays. Neither pageSpeed or GTMetrix would be accounting for that reason.

1 like
aurawindsurfing's avatar

@automica yeah looks like no many people care about pagespeed anyway! My SEO lads are saying otherwise but go figure!

automica's avatar

@aurawindsurfing SEO guys are bound to say different, when they stop itching to get your site to 'page 1' of google.

@artcore I suspect the reason why @jeffreyWay isn't using srcset on laracasts is that its a pain in the arse to do for every image.

If this was a more public site, then theres more benefit to making your site rank higher than your competitors. I cant imagine subscribers to laracasts are put off by the speed of the images loading though.

2 likes
aurawindsurfing's avatar

@automica got it!

I agree with public / subscribers site argument. I personally found that by implementing https://cloudinary.com I have made a huge different to my classifieds site. It basically takes care of everything regardless of end user device.

Its an easy fix as well.

artcore's avatar

@automica PITA for sure which is why I automated it. Good brain breaker to handle updates on it while keeping polymorphic relations ;) 3 files are auto created/updated/deleted based on the main image (largest). I suppose a cdn taking care of this as aurawindsurfing mentioned would have been easier lol.

CodingRanger's avatar

This topic is 2 years old but currently, the speed insights performance of this site are horrible at 48% on mobile, 73% on desktop! Accessibility scores look bad as well!

Please or to participate in this conversation.