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

Increase page load performance #7

Closed
gfairchild opened this issue Jul 26, 2019 · 2 comments
Closed

Increase page load performance #7

gfairchild opened this issue Jul 26, 2019 · 2 comments

Comments

@gfairchild
Copy link

I just ran my website (based on the latest aafu theme) through Google's PageSpeed Insights page (here are my results) and noticed that it looks like a few things could be improved. Specifically, there are some Render-Blocking Resources that are identified that might be able to be modified using the defer or async attributes, among other things.

Have you by chance looked at improving page load performance by implementing any of these suggestions?

@darshanbaral
Copy link
Owner

The 4e353c3 serves bootstrap locally instead of CDN and that seems to have improved speed for the demo. For further improvements, font awesome and academicons could be served locally too but it's already pretty fast.

@gfairchild
Copy link
Author

Yeah, I know it's already super fast, but I just figured that there are likely a few small adjustments that can be made to make it even faster!

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

2 participants