[Answer]-Django: extra 301 MOVED PERMANENTLY slows it down. Has no redirect

1👍

You probably have “APPEND_SLASH = True” in your config file. It will do a 301 redirect to the same URL but with a slash at the end.

Leave a comment