Why my site is slow?

It is not Slim’s fault.
You’ll have to debug your code to find the bottleneck.
Only this route take that long?
Have you checked your database log? Make sure your are not using all the magic from eloquent(or any ORM), this could be disastrous.