Quote Originally Posted by Shop Suey View Post
matchHeight.js is historical and has been used in responsive_classic for historic times to match grid heights.

For lighthouse: it depends which device and which connection you are testing. Moto G4 and 4G?

The harder you optimize responsive_classic the more you will see FCP = LCP = document complete

Everything will wait till matchHeight.js has done work for the whole site.

It can and IMHO should be substituted by modern CSS.

I can say it works. It tested that but stopped at refinement for category layout.

My front-page hero is full of slide-in animations. So Layout Shift could become a problem.

IMHO one step to really new templating

What you think?
I used CSS Grid to build this template, so the max-height script is essentially unnecessary — the layout is already handled by the CSS. Later today, I’ll remove the script and check whether anything still depends on it.