Hi friends,
Some months ago I got a new server. This server is same that other which have other people.
-Same server with same hardware -I have the same softwares: CloudLinux, cPanel, LiteSpeed and MariaDB -I created the same plans in cPanel and asigned the same resources in LVE Manager -This is a new server, I only created one cPanel account for do tests with the benchmark
I used this benchmark: https://github.com/vanilla-php/benchmark-php
1- My server benchmark’s result: https://ibb.co/K7WM9JF 2- The other server benchmark’s result: https://ibb.co/6W52HGr
Is frustrating, I tested with other benchmarks and have similar results.
Why “Math” operations are many slow in my server?, this is the main problem. Anybody have any idea for optimize more things?.
If I remove the “Math” operations in benchmark, still have worst speed in the other operations:
1- My server benchmark’s result: https://ibb.co/5rJ84rX 2- The other server benchmark’s result: https://ibb.co/7G8wKQL
Thank you very much. Have a nice day.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
You can also make sure you’re using the mod mpmevent or the mpmworker as they support multiple threads which will improve the performance of your server.
The MPM Event serves a single HTTP request across multiple threads. However, the MPM Event uses a dedication system and dedicates a thread to handle all live connections. The system allocates a request to the child threads only when it receives a request. This allows the threads instant availability after the request finishes.
The MPM Worker causes Apache to fork into several processes so that a single crash does not kill the entire Apache process. Each forked process creates numerous threads, and a listener thread that listens for connections. This enables the system to serve multiple requests concurrently.
Hope that this helps! Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.