<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — What server load means.]]></title>
		<link>https://punbb.informer.com/forums/topic/25594/what-server-load-means/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/25594/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in What server load means..]]></description>
		<lastBuildDate>Thu, 06 Dec 2012 11:31:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147329/#p147329</link>
			<description><![CDATA[<p>Thanks. Maybe that&#039;s the problem <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Thu, 06 Dec 2012 11:31:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147329/#p147329</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147328/#p147328</link>
			<description><![CDATA[<p>i think someone told u already, if you are in a shared host, it means someone else is causing the load.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Thu, 06 Dec 2012 10:10:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147328/#p147328</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147327/#p147327</link>
			<description><![CDATA[<p>Again this issue of server load. 431.25 676.10 527.84 (1 users online)</p><p>How is this possible with only me online? How can I tell if someone is hacking me by overloading my server?</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 05 Dec 2012 18:46:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147327/#p147327</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147112/#p147112</link>
			<description><![CDATA[<p>Here i got :<br />0.21 0.26 0.35</p><p>Hope it&#039;ll help <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (johnseat)]]></author>
			<pubDate>Fri, 16 Nov 2012 05:49:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147112/#p147112</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147087/#p147087</link>
			<description><![CDATA[<p>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.</p><div class="codebox"><pre><code># Expires Headers - 2678400s = 31 days
&lt;ifmodule mod_expires.c&gt;
  ExpiresActive On
  ExpiresDefault &quot;access plus 1 seconds&quot;
  ExpiresByType image/gif &quot;access plus 2678400 seconds&quot;
  ExpiresByType image/jpeg &quot;access plus 2678400 seconds&quot;
  ExpiresByType image/png &quot;access plus 2678400 seconds&quot;
  ExpiresByType text/css &quot;access plus 518400 seconds&quot;
  ExpiresByType text/javascript &quot;access plus 2678400 seconds&quot;
  ExpiresByType application/x-javascript &quot;access plus 2678400 seconds&quot;
&lt;/ifmodule&gt;

# Cache Headers
&lt;ifmodule mod_headers.c&gt;
  # Cache specified files for 31 days
  &lt;filesmatch &quot;\.(ico|flv|jpg|jpeg|png|gif|css|swf)$&quot;&gt;
  Header set Cache-Control &quot;max-age=2678400, public&quot;
  &lt;/filesmatch&gt;
  # Cache Javascripts for 31 days
  &lt;filesmatch &quot;\.(js)$&quot;&gt;
  Header set Cache-Control &quot;max-age=2678400, private&quot;
  &lt;/filesmatch&gt;
&lt;/ifmodule&gt;

&lt;FilesMatch &quot;\.(php)$&quot;&gt;
    &lt;IfModule mod_headers.c&gt;
        Header set Cache-Control &quot;private, no-cache, no-store, proxy-revalidate, no-transform&quot;
    &lt;/IfModule&gt;
&lt;/FilesMatch&gt;

    #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</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Thu, 15 Nov 2012 09:52:13 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147087/#p147087</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147086/#p147086</link>
			<description><![CDATA[<p><img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> Thank you for your suggestion. It was useful. Any other tip to improve the load?</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Thu, 15 Nov 2012 08:29:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147086/#p147086</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147081/#p147081</link>
			<description><![CDATA[<p>When Chat enabled - go back to the server every 5 seconds while in the main.</p>]]></description>
			<author><![CDATA[null@example.com (KANekT)]]></author>
			<pubDate>Thu, 15 Nov 2012 04:29:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147081/#p147081</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147080/#p147080</link>
			<description><![CDATA[<p>Im hosted at godaddy. economy package</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 14 Nov 2012 19:23:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147080/#p147080</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147079/#p147079</link>
			<description><![CDATA[<p>but nobody is chatting? max 2 post a day are done on chat</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 14 Nov 2012 19:21:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147079/#p147079</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147077/#p147077</link>
			<description><![CDATA[<p>disable chat on main...</p>]]></description>
			<author><![CDATA[null@example.com (KANekT)]]></author>
			<pubDate>Wed, 14 Nov 2012 18:27:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147077/#p147077</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147076/#p147076</link>
			<description><![CDATA[<p>You have bad hosting...</p>]]></description>
			<author><![CDATA[null@example.com (KANekT)]]></author>
			<pubDate>Wed, 14 Nov 2012 18:26:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147076/#p147076</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147075/#p147075</link>
			<description><![CDATA[<p>now the site is slowing down <br />Server load<br />81.46 630.00 527.84 (2 users online)</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 14 Nov 2012 18:07:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147075/#p147075</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147038/#p147038</link>
			<description><![CDATA[<p>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.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Mon, 12 Nov 2012 15:31:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147038/#p147038</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147033/#p147033</link>
			<description><![CDATA[<p>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. </p><p>Any Idea anyone?</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Mon, 12 Nov 2012 13:53:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147033/#p147033</guid>
		</item>
		<item>
			<title><![CDATA[Re: What server load means.]]></title>
			<link>https://punbb.informer.com/forums/post/147032/#p147032</link>
			<description><![CDATA[<p>i dont have many, usually 50/75 unique ones, on matchdays, 200+.</p><p>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.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Mon, 12 Nov 2012 13:42:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147032/#p147032</guid>
		</item>
	</channel>
</rss>
