Moderator: Integra Moderator
".=QUACK=.Major.Pain" wrote:I tried your site and on the first attempt, it took 1.7s.
On the second attempt, it took 148.8s.
Third was 48.9s.
I did notice 19 users online, but unless they were uploading or downloading all together, it shouldn't be slow.
Like Helter mentioned, shared servers can kill.
You can look in your cPanel and on the left side, click on Server Status if available.
It will show the server load, disk capacity, and other stats.
If like my host, they run their hard drives at 98-99% almost all the time trying to profit to the max.
When my site slows, my server load is only 2-12%, so this would tell me it's not my site, but the other 100-1000 other sites sharing my server.
I may be off on the number of sites. Not sure what range of sites can occupy a server.
If your donations can sustain a VPS, it may be worth it to upgrade.
// ############ Edit below ############
// #
$display_not_day_userlist = 0; // change to 1 here if you also want the list of the users who didn't visit to be displayed
$users_list_delay = 24; // change here to the number of hours wanted for the list
// #
// ############ Edit above ############
$sql = "SELECT user_id, username, user_allow_viewonline, user_level, user_session_time
FROM ".USERS_TABLE."
WHERE user_id > 0
ORDER BY IF(user_level=1,3,user_level) DESC, username ASC";
// ############ Edit below ############
$display_not_day_userlist = 0; // change to 1 here if you also want the list of the users who didn't visit to be displayed
$users_list_delay = 24; // change here to the number of hours wanted for the list
$time_min = time() - ($users_list_delay * 3600);
// ############ Edit above ############
$sql = "SELECT user_id, username, user_allow_viewonline, user_level, user_session_time
FROM ".USERS_TABLE."
WHERE user_id > 0 "
. ($display_not_day_userlist ? '' : ("AND user_session_time >= " . $time_min)) .
" ORDER BY IF(user_level=1,3,user_level) DESC, username ASC";
"MWE_001" wrote:I got pruned tooGlad you all got it sorted out. You guys have a great site and it would be a shame to see it down all the time. Happy posting to all your mastiff owner members!
Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]