Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconsider structure of docs site #236

Open
barryhughes opened this issue Feb 12, 2024 · 0 comments
Open

Reconsider structure of docs site #236

barryhughes opened this issue Feb 12, 2024 · 0 comments

Comments

@barryhughes
Copy link
Member

I've noticed my browser struggling with the REST API docs which, as I understand it, is essentially one huge page.

PageSpeed Insights: REST API docs report, mobile

The mobile analysis by pagespeed.web.dev shows the worst of the problems, with a pretty massive total blocking time. Here are some of the recommendations for desktop:

pagespeed-recommendations

Reducing the total DOM size (perhaps, moving away from the one-big-page strategy) would probably solve a great deal. Note also that, for mobile, the main thread work value is a massive 18.2s. Perhaps this resource generally isn't accessed via mobile devices (though I'm not sure about that), but it still serves as a good indicator that the page structure just isn't optimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant