You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a website that is built with 11ty. I use Speedlify to output some pretty common performance numbers for my website. It parses the list of the pages of the source website and generates some performance gauges. Under the hood it uses Puppeteer.
Recently I noticed, that my Speedlify build fails by timeout during the axe step of Puppeteer. I tried to debug and I found out that it fails on some pages because of the https://utteranc.es/client.js script. So, a lot of pages have the same utterances script, but only one page fails the build.
I think, there is probably some bug that sometimes interferes the work of libraries like Puppeteer that should be researched.
The text was updated successfully, but these errors were encountered:
I have a website that is built with 11ty. I use Speedlify to output some pretty common performance numbers for my website. It parses the list of the pages of the source website and generates some performance gauges. Under the hood it uses Puppeteer.
Recently I noticed, that my Speedlify build fails by timeout during the axe step of Puppeteer. I tried to debug and I found out that it fails on some pages because of the
https://utteranc.es/client.js
script. So, a lot of pages have the same utterances script, but only one page fails the build.I think, there is probably some bug that sometimes interferes the work of libraries like Puppeteer that should be researched.
The text was updated successfully, but these errors were encountered: