Skip to content

Use QServer to add redirects

Getting a sites children URLs can take a lot of time if there are a lot of children.
Every child object has to be instantiated and it's URL queried then.

To not slow down the user's workflow the QServer should be used.