• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP Nginx much connections sql 404 Not Found

Joined
Aug 15, 2014
Messages
143
Reaction score
24
My website work fine. But some characters have a lot of size and page not load.

Like this:

When I remove some little line of sql requisition it's work:

$get = $SQL->query("SELECT * FROM items_category WHERE id = '" . $top[itemtype] . "' limit 1")->fetch();

And no. The command is right.

Is a nginx sql attemp connections..

I have changed:
worker_connections and other few things but nothing.
 
nginx does not connect to sql

your query can be optimized as it seems like you are fetching items one by one instead of a single query? Need more context.
 
Back
Top