zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
919 stars 167 forks source link

Infinite axe scan step for certain page #62

Closed kirillunlimited closed 1 year ago

kirillunlimited commented 1 year ago

I added a new page and now build process freezes for unlimited time during the "axe scan" step for this page. If I remove this certain page from urls array, then everything is fine. I tried to make a new fresh fork, but I still have the issue.

How can I debug it to figure out what is the problem with my page?

My speedlify fork: https://github.com/kirillunlimited/speedlify The page that interfere the build: https://kirillunlimited.com/blog/join-the-dark-side/

kirillunlimited commented 1 year ago

The problem was because of the utterence script. I created another issue in utterence repo.