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

Improve page load times #56

Open
MattIPv4 opened this issue Sep 20, 2020 · 1 comment
Open

Improve page load times #56

MattIPv4 opened this issue Sep 20, 2020 · 1 comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@MattIPv4
Copy link
Member

Feature request

Feature description

Improve the load times for uncached pages (not hitting Cloudflare cache) served by the Nuxt app.

How the feature is useful

Currently, page load speed is pretty slow and Google does not like this, nor do our users that have slower internet connections.

image

We can look at improving the cache configuration in Cloudflare, but this will only affect cached page requests. Uncached page requests will still make it through to the Nuxt app, which is incredibly slow.

Some ideas may be to add caching in front of Nuxt that caches rendered pages. Also, it may be worth looking at what API requests happen during the server-side render, and look at moving them to being client-side if they aren't needed for page meta data (which must be done server-side).

@treboryx
Copy link

treboryx commented Oct 2, 2022

Is this still a relevant issue? Load times were OK from a few tests I ran, but it probably depends on the library (assuming the issue comes from library pages)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants