jrsmrtn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow query on all page (1500 category)And bigger server cant help me i think, because it is one request taking long time and one mysql request not use more than one core
Forum: Fixing WordPress
In reply to: Slow query on all page (1500 category)Just for information on an other server with some commercial site i have optimized the server for the 80 pagespeed score, in fact the server is optimized. Other information the same database (product and category) is used with another application on a 8 core 8gb ram and a request for show a product take 0.1sec
Forum: Fixing WordPress
In reply to: Slow query on all page (1500 category)The query create 40 000 000 rows in answer i think is not a mysql optimization what this need but a modification of wordpress for create a more appropriated sql request… and dont do these request on every page that not need it. No ?
Forum: Fixing WordPress
In reply to: Slow query on all page (1500 category)Yes i need these category but i dont understand why it load all of that on a smple home page where no category navigation and no product and nothing… Its same problem when i load a product page, WordPress take 35sec, on the product page its just a product with no category navigation…