Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Reduce redirects #25

Open
paulmenzel opened this issue Mar 1, 2016 · 1 comment
Open

Reduce redirects #25

paulmenzel opened this issue Mar 1, 2016 · 1 comment

Comments

@paulmenzel
Copy link
Collaborator

PageSpeed Insights suggests to get rid of the redirects.

@tralles
Copy link
Owner

tralles commented Mar 2, 2016

dear @paulmenzel ,

actually it's an escalation of routes which causes the redirects:

domain.tld/
domain.tld/locale/
domain.tld/locale/first_menu_item

so i guess, making the init recursive, it would be possible to jump directly form domain.tld to domain.tld/locale/first_menu_item - wich reduces the redirects by 50 percent. maybe we can optimize the whole init method in ApplicationController - feel free do contribute a pull request to improve this awesome project :)

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

No branches or pull requests

2 participants