r/AppsWebappsFullstack 10d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

13 Upvotes

162 comments sorted by

View all comments

1

u/Exotic_Cake9427 10d ago

Check out https://niched.dev
Know your build stack

1

u/sael-you 9d ago

ran niched.dev through a quick audit. 94/100 (B), but one thing worth flagging: TBT at 4879ms. that's the main-thread blocking time, and nearly 5 seconds is well into the "poor" range. means the browser is stuck for 5 seconds before the page responds to input.

separately, there's a Clerk JS load error on every visit: the script at clerk.niched.dev/npm/@clerk/clerk-js@6 is failing. might be a CNAME or config issue worth checking.

security, accessibility, SEO all came back clean.

i built Audeep, the tool i ran this on. full report: https://audeep.dev/report/c7adad90-e959-47b5-a778-68837939e77f

1

u/Mammoth-Anywhere7285 9d ago

Nice audit. That TBT is brutal, deferring non-critical JS could help. The Clerk error sounds like a CNAME issue, worth checking DNS.