Why it matters
Every redirect is a round trip before the page even starts to load, and every hop is a place where link value and crawl budget leak. A chain like http to https to www to a trailing slash usually means redirects were added one at a time and never merged.
How to fix it
Point every old address straight at the final one, in a single 301, and update internal links to the final address so they need no redirect at all.