utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues
https://utteranc.es
MIT License
8.66k stars 567 forks source link

Infinite axe step in puppeteer #650

Open kirillunlimited opened 1 year ago

kirillunlimited commented 1 year ago

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.