Sulu: Redirect to page without trailing slash loads entire page

Created on 21 Apr 2015  路  6Comments  路  Source: sulu/sulu

Bug Performance

All 6 comments

I also noticed that if you create a page /about
then rename it to /about2
then rename it to /about3

and try to go to /about
you'll see chain of redirects /about 301 -> /about2 301 -> /about3
which is bad for SEO
all change history should end up with 1 hop of redirect. In this case:

GET /about 301 -> /about3
GET /about2 301 -> /about3

https://take.ms/sJ59D
image

@mordamax Thank you for report. Can you create a seperate issue for this. As this seems not be to this issue.

@mordamax sulu.rocks is an outdated version, can you try with the latest one as well? Just tested this on Sulu 2.0, and the issue as you describe it does not seem to occur there...

@danrot thanks, re-checked, it works fine

Can we close this then? 馃槆

@nnatter No, the initial issue was about something else... The thing is that we load the entire page before doing the redirect, which is unnecessarily slow...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DavideTriso picture DavideTriso  路  7Comments

alexander-schranz picture alexander-schranz  路  4Comments

sagikazarmark picture sagikazarmark  路  8Comments

alexander-schranz picture alexander-schranz  路  7Comments

lightglitch picture lightglitch  路  11Comments