Login into the application takes too long

Logging into the client application takes a relatively long time, up to 9 seconds. This is because the password is hashed for a large number of cycles, which increases every year, so it will probably not be better in the future.
Is there any other usable solution to shorten this besides increasing server performance and extending the expiration of the login cookie?