kodzero's avatar

The Laravel ready-made CMS or eCommerce solutions for Google Pagespeed(Lighthouse)

Hello everyone.

What do you think are the best ready-made packages you can use to get in the perfect green zone or at least orange according to the Google Pagespeed check site? (CMS or eCommerce) I'm looking for a classic approach to the Blade template, and not like CMS October has its own template engine, which differs from the official documentation. I have to do the Google Pagespeed:

  • The homepage
  • Blog pages, or any page,
  • The product catalog pages
  • The product card pages, etc...

Please don't suggest, just a VUEJS on the front with an unrendered virtual DOM where nothing gets indexed in search. Without Nuxt.js, it makes no sense, and it doesn't have ready-made solutions green zone, wherever Google Page Speed has a green zone with good scores ​.

Best regards, I'm so waiting for your opinion.

0 likes
2 replies
siangboon's avatar

I'm confuse with your question, as my understanding google pagespeed is a site that allow user to inspect and analyze how is the performance of the site is so that the webmaster/developer can fine tuning and optimize it after knowing the problem causing it slow... don't understand what you meant a ready-made can use to get the perfect green zone or orange zone....

there are quite number of metric scores to achieve, or factors to consider, and these are not much related to the framework or package but depend on how you build it, what content you put in, and the resource/performance of your hosting, and few other factors.

for example, a plain basic laravel scaffolding website or even a plain/pure html build website may get very high score if you carefully organize your content and hosted with a not too bad hosting resource plan.

if a super engine/package you use with too heavy or not proper organize content or make too much power consumption activities (such as querying big records, sorting, filtering and so on) and furthermore your hosting resources is not capable to handle it and causing low response also will only get low scores...

in other words, any package/framework can achieve your so called "perfect green zone"...

kodzero's avatar

Thnx for the answer. Yes, sure you can be optimizing the Laravel app for 100/100 PageSpeed score yourself or you can search for developed solutions and install them with Laravel like as CMS October, Aimeos, Bagisto, and whatever...

I mean about the best of the best solution for Google Page Speed with Laravel, sure precompress upload images, lazyload, good SEO HTML, cache and etc... whatever... doesn't matter. I want will be finished with good scores. Then I will upload my text and images

I mean who had done best scores for Google Pagespeed - "none code only install"? Maybe anyone has experience with different Laravel CMS or eCommerce solutions.

I so appreciate your opinion about your experiences with https://pagespeed.web.dev/ Best wishes for your projects.

Please or to participate in this conversation.