I am running a web server with MyBB and Pingdom says it takes 629ms to load my site's index. I was wondering if there is a way to lower this. This is the information I have about page generation time:
MyBB Debug Information
Page Generation
Page Generation Statistics
Page Generation Time: 55 ms No. DB Queries: 16
PHP Processing Time: 53 ms (96.13%) DB Processing Time: 2 ms (3.87%)
Extensions Used: mysqli, xml Global.php Processing Time: 47 ms
PHP Version: 5.5.9-1ubuntu4.19 Server Load: 0
GZip Encoding Status: Disabled No. Templates Used: 78 (75 Cached / 3 Manually Loaded)
Memory Usage: 2.5 MB (2621440 bytes) Memory Limit: 128M
To provide further debugging information I am providing this link to Pingdom's site speed test to provider further information about the page: https://tools.pingdom.com/#!/bSkZOI/https://sinful.pw/
I am trying to optimize the site to run as fast as possible. I am running the apache2 web server and would like to know what steps I can take to optimize it's load time as much as possible. I also have CloudFlare in front of the site since they cache certain files. PHP5 is configured to utilize the opcode caching.
EDIT: This is not a duplicate question. I asked how to optimize my web server not how to do load testing. Can someone please explain how they are remotely similar?