utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues

Home Page:https://utteranc.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite axe step in puppeteer

kirillunlimited opened this issue · comments

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.