Opened 13 years ago

Closed 10 years ago

#5653 closed bug (fixed)

Infrastructure: Get rid of redirects to improve performance

Reported by: Jörn Zaefferer Owned by:
Priority: major Milestone: 1.9.0
Component: [meta] ui.site Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:

Description

(Almost?) all links on jqueryui.com end without a slash at the end, while a request for that resource will always redirect to the same URL with a slash at the end, with a 301 Permanently Moved. The overhead of those redirects is barely noticeable now that the site is so fast, but fixing the links to point at the right resource could still remove a good bit of overhead for nearly all requests.

Change History (2)

comment:1 Changed 11 years ago by Jörn Zaefferer

Status: newopen

Wondering if this may also be at fault for the bad rankings.

comment:2 Changed 10 years ago by Scott González

Resolution: fixed
Status: openclosed

New site should have links with trailing slashes. If any links are missing the trailing slash, we can open individual issues on the new repo, or just fix them in less time than it takes to file the issue...

Note: See TracTickets for help on using tickets.