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

Correct internal links #1411

Merged
merged 2 commits into from
Aug 13, 2013
Merged

Correct internal links #1411

merged 2 commits into from
Aug 13, 2013

Conversation

doktorbro
Copy link
Member

Links to directories without trailing slash cause server redirects (301) that decrease site’s performance. I see over 200 ms lost in a redirect every time I hit a navigation item on Jekyll’s official site. Google recommends to avoid unnecessary redirects and penalizes that behavior.

@parkr
Copy link
Member

parkr commented Aug 11, 2013

LGTM. Thanks!

@mattr-?

@doktorbro
Copy link
Member Author

After that change Jekyll can pose with its own site. Checkout Webpagetest results for the Quickstart menu item:

  • before: time to first byte = 1.1 s
  • after: time to first byte = 0.1 s

parkr added a commit that referenced this pull request Aug 13, 2013
@parkr parkr merged commit fd06fd9 into jekyll:master Aug 13, 2013
@parkr
Copy link
Member

parkr commented Aug 13, 2013

Thank you!

parkr added a commit that referenced this pull request Aug 13, 2013
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants