Hi everyone,
I've got an implementation for a travel agency that sell lots of tickets mainly in Colombia.
I've implemented the site using Symfony2.8 and of course I'm using your bundles to indentify users: fos-user
Then there was a requirement of implementing fos-rest, using fos-oauth to grant acces for a mobile application.
The point here is that in my main site, the Oauth server is taking up to 10 seconds to retrieve the token.
How can I improve the response speed using your bundle, as my site is using doctrine and i see that your bundle uses propel, and i've wasted all my tricks with no result. I just cannot speed it up, and the problem is that the mobile app, as needs 2 Auth tokens is getting the response in more than 15 secs.
Thank you for your reply, see you soon.