Topic: What server load means.
Hi,
How is server load calculated in punbb. currently I have Server load 4.32 7.79 9.27 (3 users online). Is it ok? when more users are online the server become more loaded. What load is Good, Average and Bad.
Regards
You are not logged in. Please login or register.
PunBB Forums → General discussion → What server load means.
Hi,
How is server load calculated in punbb. currently I have Server load 4.32 7.79 9.27 (3 users online). Is it ok? when more users are online the server become more loaded. What load is Good, Average and Bad.
Regards
what server load do u have in punbb forum?
Can someone share the server load values?
How many average daily users? compared to me you have very low usage
i dont have many, usually 50/75 unique ones, on matchdays, 200+.
And these ratings means nothing, sometimes they are as much as urs without anyone being in the site. Especially if you are in a shared host.
I have same visitor number as you but a very high server load. even when only me is on site the server load is high.
Any Idea anyone?
as i said, it depends on the server your website is hosted in, if your site loads fast, its all good, nothing to worry about.
now the site is slowing down
Server load
81.46 630.00 527.84 (2 users online)
You have bad hosting...
disable chat on main...
but nobody is chatting? max 2 post a day are done on chat
Im hosted at godaddy. economy package
When Chat enabled - go back to the server every 5 seconds while in the main.
Thank you for your suggestion. It was useful. Any other tip to improve the load?
i use this in my htaccess, its a caching system. just add it into your .htaccess file at the end. This will also help, Alot.
# Expires Headers - 2678400s = 31 days
<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType image/gif "access plus 2678400 seconds"
ExpiresByType image/jpeg "access plus 2678400 seconds"
ExpiresByType image/png "access plus 2678400 seconds"
ExpiresByType text/css "access plus 518400 seconds"
ExpiresByType text/javascript "access plus 2678400 seconds"
ExpiresByType application/x-javascript "access plus 2678400 seconds"
</ifmodule>
# Cache Headers
<ifmodule mod_headers.c>
# Cache specified files for 31 days
<filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$">
Header set Cache-Control "max-age=2678400, public"
</filesmatch>
# Cache Javascripts for 31 days
<filesmatch "\.(js)$">
Header set Cache-Control "max-age=2678400, private"
</filesmatch>
</ifmodule>
<FilesMatch "\.(php)$">
<IfModule mod_headers.c>
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
</IfModule>
</FilesMatch>
#The following lines are to avoid bugs with some browsers
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# PunbbEnd
Here i got :
0.21 0.26 0.35
Hope it'll help
Again this issue of server load. 431.25 676.10 527.84 (1 users online)
How is this possible with only me online? How can I tell if someone is hacking me by overloading my server?
i think someone told u already, if you are in a shared host, it means someone else is causing the load.
Thanks. Maybe that's the problem
PunBB Forums → General discussion → What server load means.
Powered by PunBB, supported by Informer Technologies, Inc.