magepsycho

Results 23 comments of magepsycho

Waiting for this PR to get merged...

@tdgroot I signed the certificate with ``` warden sign-certificate mage244.test ``` When I check on the browser it says "Certificate is not valid" ![Certificate Error](https://user-images.githubusercontent.com/1205071/164174488-2db5d5fd-ce28-43b7-84fd-415e322a6e1f.png)

> What seems wrong with the issued certificate? Does the common name match with the domain? Is it expired? Or is the Warden CA expired? Does the common name match...

> You probably want to check out https://docs.warden.dev/installing.html?highlight=certificate#trusted-ca-root-certificate. When I tried to import the certificate from Chrome, it says > Certificate Import Error > The Private Key for this Client...

@davidalger My bad. Now I am able to import the certificate. But still, I have the same issue ![image](https://user-images.githubusercontent.com/1205071/164383578-04e1bd91-b0bf-4082-ad72-8ec861b8a297.png)

Any luck on this issue fixing?

+1 I am also looking for a solution. The banner I have on the homepage is above the fold and giving an issue in google page speed. If there's a...

@jissereitsma I have a third-party banner module. Adding `...` skips the `.webp` conversion also. Can we just skip the `loading="lazy"` attribute only but keep the `.webp` conversion?

@jissereitsma It's only skipping the images under that div. So you mean it should still convert for that div even if it has `class="skip_lazyload"`?

I check the Yiero code base where the "skip_lazyload" has been used but surprisingly I didn't find it. But I noticed the usage of `$block->setLazyLoading(false)` for the block for which...