I have implemented OpenID on my website, so that a user can successfully use the system to authenticate.
However, it seems like the redirect from my site to the OpenID provider and the redirect from the provider back to my site takes a long time.
I am using PHP and the CodeIgniter framework, with the provided library on their wiki.
What might be slowing down this process and is there a way to speed it up?