logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: environment design
Author
sailor



Joined: 17 Apr 2015
Posts: 77
Location: US

PostPosted: Mon 20 Dec '21 16:43    Post subject: environment design Reply with quote

I have one VM with four Intel cpus (2.19 ghz). IT has both mysql and Apache hosting Wordpress. There is a mysql performance script that I ran and it seems to indicate I need to split out MySQL to another server. But, the pages continue to load pretty fast. It uses a litespeed plugin for cdn, so that helps.

We are going to deploy a new Wordpress site that will have combine the above and another pretty heavily hit web site. So, it sounds like MYSQL should be on a separate quad core server. IS there anything else performance wise to make sure it can handle the load?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 29 Dec '21 19:36    Post subject: Reply with quote

For wordpress it is caching with a plugin like w3tocal cache and using redis server as a cache for PHP.

For sure you could also use a loadblancer

Apache as LB (server 1) to apache 1st (server 2) and apache 2nd (Server 3)
Plus server 4 with mysql on it.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 06 Jan '22 10:59    Post subject: Reply with quote

Redis on windows https://github.com/microsoftarchive/redis/releases
Back to top


Reply to topic   Topic: environment design View previous topic :: View next topic
Post new topic   Forum Index -> Apache