harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://unlighthouse.dev
MIT License
3.65k stars 105 forks source link

Query string URL paths ignored #207

Open manafire opened 2 months ago

manafire commented 2 months ago

Describe the bug

I'm trying to crawl an old WordPress site where every page/post is reference via query param. I tried disabling dynamicSampling and even manually specifying the URLs but they don't come up in the report.

  urls: [
    '/', 
    '/?page_id=1193',
    '/?page_id=43',
    '/?page_id=856',
  ],  

=> Unlighthouse has finished scanning .... 1 routes in 15s.

Reproduction

No response

System / Nuxt Info

No response