[!WARNING]
Github has shown it does not respect its users. Other have said it better than I can.
- https://www.theregister.com/2022/06/30/software_freedom_conservancy_quits_github/
- https://www.andrlik.org/dispatches/migrating-from-github-motivation/
- https://techresolve.blog/2025/12/27/looking-to-migrate-company-off-github-whats-the/
- https://lord.io/leaving-github/
- https://dev.to/alanwest/how-to-actually-migrate-from-github-to-codeberg-without-losing-your-mind-33bf>
Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/high_load_cms_for_less_than_the_price_of_lunch
Please update your remotes:
git remote set-url origin https://codeberg.org/DavidJEddy/high_load_cms_for_less_than_the_price_of_lunch
- AWS Account
- Ansible 2.5.1 - Configur machine
- Gatling.io 3.0 - Load Test Tool
- Terraform 0.11.8 - Provision machine
export PATH=$PATH:/path/to/gatling/bin/
cd ~/configs/CACHE_OPTION
terraform init
terraform plan -out tf.plan
terraform apply -auto-approve tf.plan
cd /path/to/root/of/this/project
JAVA_OPTS="-Dtarget=TERRAFORM_OUTPUT_IP" \
gatling.sh \
-sf ./testing/load/gatling \
-rf ./testing/load/gatling/results/CACHE_OPTION/ \
-s HighLoadCMS
Exp:
JAVA_OPTS="-Dtarget=35.170.196.248" ./gatling.sh -sf ./testing/load/gatling -rf ./testing/load/gatling/results/nginx_cache -s HighLoadCMS -rd 'nginx cache test 2'
terraform destroy -auto-approve
wordpress cache plugin used is WP Fastest Cache with the following settings.
[IMG HERE]
Gatling.io has an explainatin of how to interprest the results output.