Well, Virtualmin isn’t involved in the process of accessing your website.
Normally, slowness is related to something the website is trying to do while it generates it’s content… so that typically means the issue is related to PHP, MySQL, and/or Apache.
Just to make sure something unusual isn’t going on, you may want to review your systems load average by running the command “uptime” – what does that show?
Also, what software is your website using? Is it custom software? Or is it something like WordPress, Joomla, or Drupal?
And do you see any errors in your Apache error logs for that domain? You can see the logs in $HOME/logs/error_log.
Lastly – what kind of VPS software are you using? That’s usually something like Xen, KVM, or OpenVZ.
on gembala.net, Im using wordpress… on gm-likerz.us, Im using script made by me…
if it is about mysql problem, I suspect gm-likerz.us… it using mysql database heavily…
about 20-60 user online based on whos.amung.us stats…
they will execute script that will access about 30 rows…
but can it be the problem?
I seen before about 70 people online but my website have no problem
What happens if you create a file named “test.php” in your public_html folder, and in it, place the following contents:
`<?php phpinfo(); ?>
Then access test.php in your browser.
When you do that, does it load immediately? Or does it take just as long to load?
If it loads immediately, that means there’s something that your websites are doing that is taking a long time to complete. Unfortunately, trying to figure that out can be tricky.
One thing you could try is to install a tool such as mytop:
hey… someone recommend me to reboot my vps… and my website goes back to normal… why I dont think to reboot it, how stupid I am… but, if this problem happen again, I dont have any choice, but try other alternnative to virtualmin…
There is clearly something wrong with your website if it’s slowing down after a short period of time, or perhaps you need to further optimize your system settings a bit more.
I can offer assistance in trying to resolve your issues for a minimal fee. Drop me a line if you’d like me to take a look.
well, I am now testing other free panel… to see if my website that brought me that problem…
I see a topic on this forum same problem like me and until now no solution
why do you think that your issue is the panel? Are you using Apache or…? Php apps or ? what mpm and how many processes at a time? Then, you also need to check your logs to understand if you get too many http requests from specific IPs which require excessive RAM usage…