Having a Problem on Dedicated server, Need a Quick Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Having a Problem on Dedicated server, Need a Quick Help

    i am facing a problem in my new dedicated server,
    can any1 tell me for what it is happening??

    server statas: total 8gb ram , 30tb bandwith
    server load avg 0.01-0.08
    memory used 21%



    but the problem is
    sometime sites in my server opens very fast and sometimes it take too much time



    like before 30 min i tried to reload a page of a site it was taking nearly 20-25sec
    but now it is taking 2-4 sec.


    it is always going on like this way...

    can any 1 help me regarding this issue?????

    #2
    I have the same problem myself the difference is that mine always loads faster except if there are many requests to a single page e.g if many users are accessing mysite/login.php then login.php will take really long to load and rest of the site still loads faster
    libra.wen.ru

    Comment


      #3
      but for my case when it is being slow then every site in my server all become slow and when fast all fast

      Comment


        #4
        when the server is acting slow, go into a terminal and type top this should show all the processes running and point out which ones are comsuming the most amount of cpu/ram etc etc also look at the wait value in top as the hard drive could be at fault
        could also try and decrease the keep alive value in your httpd/apache2.conf file

        or alternatively install a different webserver like nginx/cherokee/lightspeed and see if they are any better

        Comment


          #5
          Originally posted by amylee View Post
          when the server is acting slow, go into a terminal and type top this should show all the processes running and point out which ones are comsuming the most amount of cpu/ram etc etc also look at the wait value in top as the hard drive could be at fault
          could also try and decrease the keep alive value in your httpd/apache2.conf file

          or alternatively install a different webserver like nginx/cherokee/lightspeed and see if they are any better
          thank you,
          i will try now what u said

          Comment


            #6
            Not found... ​Not found...
            Last edited by sujitjadhavkarad; 10.10.14, 21:20.

            Comment


              #7
              Originally posted by sujitjadhavkarad View Post
              I Also Get Same Problem.
              Use this .htaccess
              For Speed up Ur Site (Load Time)
              It Work on WordPress, Sea, Any .HTML, PHP Files also IPB, vBulletin, phpBB and Other Forums. (Test 100%)

              # compress text, html, javascript, css, xml:
              AddOutputFilterByType DEFLATE text/plain
              AddOutputFilterByType DEFLATE text/html
              AddOutputFilterByType DEFLATE text/xml
              AddOutputFilterByType DEFLATE text/css
              AddOutputFilterByType DEFLATE application/xml
              AddOutputFilterByType DEFLATE application/xhtml+xml
              AddOutputFilterByType DEFLATE application/rss+xml
              AddOutputFilterByType DEFLATE application/javascript
              AddOutputFilterByType DEFLATE application/x-javascript

              # Or, compress certain file types by extension:
              <Files *.html>
              SetOutputFilter DEFLATE
              </Files>

              - Note: But it not Work on Server Load Problem (IP Connection, DNS Connection, IPv4 Errors ext.). Its Work on Scripts Load only.

              is this works with normal sites ?

              Comment

              Working...
              X