Hello guys, somebode have the same?
I have hosting with 4GB ram, and from 1 year everything was great. From last update i have really big problem.
Alidropship developers cannot do anything, just keep writing that they will.
My host increased my parameters to 32GB of RAM and 8 processor cores. Today the site started to walk slowly again.
Hosting provider send me message - that i have 96 thousand queries within 5 minutes
45 thousand queries within 5 minutes
and 45 thousand queries within 5 minutes from
a total of 186 thousand queries within 5 minutes ......
My traffic per day are +/- 10k people.
This is a joke, one day for more traffic 500mb ram is enough, currently 13 GB would not be enough.
I have hosting with 4GB ram, and from 1 year everything was great. From last update i have really big problem.
Alidropship developers cannot do anything, just keep writing that they will.
My host increased my parameters to 32GB of RAM and 8 processor cores. Today the site started to walk slowly again.
Hosting provider send me message - that i have 96 thousand queries within 5 minutes
Code:
SELECT *
FROM wp8j_ads_products p
INNER JOIN wp8j_ads_products_meta m
ON p.post_id = m.post_id
WHERE p.post_id = 0 LIMIT 1\G
45 thousand queries within 5 minutes
Code:
SELECT post_id, meta_key,
meta_value FROM
wp8j_postmeta WHERE post_id
IN (17) ORDER BY meta_id
ASC\G
and 45 thousand queries within 5 minutes from
Code:
SELECT * FROM wp8j_posts
WHERE ID = 17 LIMIT 1\G
a total of 186 thousand queries within 5 minutes ......
My traffic per day are +/- 10k people.
This is a joke, one day for more traffic 500mb ram is enough, currently 13 GB would not be enough.