Writing about problems I solved to help others
-
Laravel-pdf puppeteer failed to launch browser process on litespeed server
I found the solution here: https://www.litespeedtech.com/support/forum/threads/chrome-headless-crashes-with-cannot-allocate-memory-error.21545/ Set memory limit of litespeed server to 80G.
-
Make imagify webp work with generateblocks image block
On one of my websites I had a problem with the query loop block from generateblocks with imagify. When using the <picture> tag to display webp images, the styling in the image block was not preserved. No matter what size or option I set in the image block in gutenberg, on the frontend the images…