Looking for good hosting for PAA website

sx1z

Newbie
Joined
Sep 17, 2016
Messages
42
Reaction score
7
Hi all,
i´m working in bulk on many website using the PAA method actually i´m using the vps contabo hosting, the server contain around 30 wordpress websites and the average post per domain is around 100.000 posts, even if the server configuration is 60GB memory and 10 vCPU Cores, 400 GB NVMe i feel like websites are too slow.
i already dedicated around 1GB memory for every domain for the memory_limit but still not get speed i would like to get especially on getting the sitemap xml it take too much time to display.
Another question is there a difference in performance between vds and vps with same hardware configuration??
 
Which theme are you using ... hope its not one that can slow your website
 
Which theme are you using ... hope its not one that can slow your website
Mostly astra or neve but problem occur even on displaying the sitemaps
 
How they perform now? All English sites? What about index rate?
 
Hi all,
i´m working in bulk on many website using the PAA method actually i´m using the vps contabo hosting, the server contain around 30 wordpress websites and the average post per domain is around 100.000 posts, even if the server configuration is 60GB memory and 10 vCPU Cores, 400 GB NVMe i feel like websites are too slow.
i already dedicated around 1GB memory for every domain for the memory_limit but still not get speed i would like to get especially on getting the sitemap xml it take too much time to display.
Another question is there a difference in performance between vds and vps with same hardware configuration??
You need about 2.8GB of memory per each 100 000 posts allocated to each website.
After that, you need to understand how caching works.

When you cache a page, you should also hit it one time to create the cache.
 
I use the same vps for a lot more wordpress sites. Are you using nginx? I had to change some config settings to achieve maximum performance. Since config changes + cloudflare, 50+ wordpress sites runs totally smooth.
 
You need about 2.8GB of memory per each 100 000 posts allocated to each website.
After that, you need to understand how caching works.

When you cache a page, you should also hit it one time to create the cache.
thanks for the great information i'll try to make that changes and see if there is any performance

When you cache a page, you should also hit it one time to create the cache.
how can i do that is there a method to do it automatically?
 
Last edited:
here are the change that i made for the memory_limit
Screen Shot 2022-11-16 at 18.55.44.png

for the nginx above do i have to make further changes ??
Screen Shot 2022-11-16 at 18.54.57.png
 
I use the same vps for a lot more wordpress sites. Are you using nginx? I had to change some config settings to achieve maximum performance. Since config changes + cloudflare, 50+ wordpress sites runs totally smooth.
can you guide me about the manual config to tweak the websites loading ?
 
Hi all,
i´m working in bulk on many website using the PAA method actually i´m using the vps contabo hosting, the server contain around 30 wordpress websites and the average post per domain is around 100.000 posts, even if the server configuration is 60GB memory and 10 vCPU Cores, 400 GB NVMe i feel like websites are too slow.
i already dedicated around 1GB memory for every domain for the memory_limit but still not get speed i would like to get especially on getting the sitemap xml it take too much time to display.
Another question is there a difference in performance between vds and vps with same hardware configuration??
Sure VPS has shared resources VDS has dedicated.
 
Hi all,
i´m working in bulk on many website using the PAA method actually i´m using the vps contabo hosting, the server contain around 30 wordpress websites and the average post per domain is around 100.000 posts, even if the server configuration is 60GB memory and 10 vCPU Cores, 400 GB NVMe i feel like websites are too slow.
i already dedicated around 1GB memory for every domain for the memory_limit but still not get speed i would like to get especially on getting the sitemap xml it take too much time to display.
Another question is there a difference in performance between vds and vps with same hardware configuration??

How is the indexing and hits ? did you create the before google update
 
the server config is enough, you need to look at tweaking your server settings (httpd and db).
there is no ultimate guide that works the same for every server. while there are many good tips you can find, its also a bit of trial and error.
also like someone already mentioned, use caching for your sites pages and also memcached.
 
Back
Top