Welcome Guest, Not a member yet? Register   Sign In
CI runs slow with Nginx + PHP 7.1 + MariaDB
#2

Downgrading PHP can't possibly help, not just with this but with anything.

Looks like you're handling concurrent requests from the same user (AJAX-heavy website?), which when combined with sessions ... Well, it's explained in the manual.

Also, that query explain plan shows that you didn't have an index on the `id` field (which you should, again per the same manual page) and that has slowed it further down.
Reply


Messages In This Thread
RE: CI runs slow with Nginx + PHP 7.1 + MariaDB - by Narf - 11-13-2017, 10:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB