Make your site faster by 89,99% faster.

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

    #16
    I moved on other hosting company ... better server 3x times more RAM .. CPU average load is max 0.5% :-|
    nginx sux for me because I was unable to configure so I moved my ass in other place .
    I made few optimisation in queries + gzip + I blocked Indian users ( lol?! )
    Soon i will make the page caching .. just need to up my users with 2-400+ online to have a motivation
    Unamos los corazones,hoy todos somos multicolores!

    Comment


      #17
      Originally posted by morency View Post
      + I blocked Indian users ( lol?! )
      Lol, this is another way to reduce the server ressources usage

      + you can block pc, t9space proxy, opera mini and ucweb browsers

      all t9space and ucweb users have us ip's and dont send any x_forwarded_for headers.
      Advertise your mobile site for FREE with AdTwirl

      Comment


        #18
        PC not blocked for the moment .
        The only app browsers who send headers there are opera mini and bolt
        HTTP_X_BOLT_PHONE_UA
        HTTP_X_OPERAMINI_PHONE_UA
        I dont know others .
        I think only indians users come from t9space ..


        ohh , I remember i changed the mysql connection type , from mysql_connect to mysql_pconnect (persistent one) .
        I read is good for sites with big traffic .. the persistent connection dont make a new connection each time a PHP page is called up.
        Unamos los corazones,hoy todos somos multicolores!

        Comment


          #19
          Originally posted by morency View Post
          PC not blocked for the moment .
          The only app browsers who send headers there are opera mini and bolt
          HTTP_X_BOLT_PHONE_UA
          HTTP_X_OPERAMINI_PHONE_UA
          I dont know others .
          I think only indians users come from t9space ..


          ohh , I remember i changed the mysql connection type , from mysql_connect to mysql_pconnect (persistent one) .
          I read is good for sites with big traffic .. the persistent connection dont make a new connection each time a PHP page is called up.
          yes, pconnect is better, im using it too.
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #20
            thats new pconnet lol
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #21
              Pconnect has got its downs. I started using prepared statements with pdo, templating, still figuring out a way to cache search results. But all in all, I've avoided code islands, messy code. Though each script runs about .05s longer when run individually, under load tests I run, the overall efficiency and speed is really great.
              Perfection comes at a cost



              I accept liberty!

              Comment

              Working...
              X