Bugs, Performance & Reliability
Report bugs, performance issues, availability problems, or unexpected behavior. Describe steps to reproduce and how it affects your roadmap workflow.
Share your comment
A full performance pass on the admin app:Asset compression at build time on static files.Third-party trackers deferred to first interaction instead of loading on first paint.The auth SDK is now laz...
A focused hardening pass before the next ship window. Five things landed together:Sitemap: assertion that URL count is positive at build time, retry on transient failures.Robots: explicit allow/den...
The auth Admin SDK was being initialised lazily on first auth call. On the very first cold request after a deploy, the lazy init introduced a noticeable extra latency before the first auth check re...
Clicking on a post from the admin no longer 404s. The admin app was generating outbound URLs with a locale-prefixed path (/en/<project>/<board>/<post>) on the assumption that the ...
People without a profile picture now appear with tidy initials instead of an awkward placeholder.When someone had no avatar image, the interface was falling back to a literal stand-in, rendering me...
The sign-in and sign-up pages now boot faster by skipping a check they never needed.On every page load, the app was asking the server "who is this?", sometimes twice. On the authentication pages th...
Using social sign-in now takes you straight to your dashboard instead of occasionally getting stuck on the sign-in screen.Some people reported that after a successful social sign-in, the page would...
The homepage now shows its headline much faster.Our brand typefaces were being fetched from an external font service, and that request blocked the page from drawing its main heading until the font ...