Tour/Members area Monitoring Services and Software

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seeric
    ..........
    • Aug 2004
    • 41917

    #1

    Tour/Members area Monitoring Services and Software

    can anyone here recommend a good tour monitoring software? for example it would hit/load the tour every say 30 secs to a min and tell me the load time. i want something similar for the members area. or should i just write something like that myself? well, my dev guy anyhow, not me. it would either em,ail me or sms me with troulbe issues or if a load time threshold was burst.

    also, whats a good otimizer tool for dynamic php pages with alot of includes?

    thanks

    airek
  • ServerGenius
    Confirmed User
    • Feb 2002
    • 9377

    #2
    wusage does a pretty good job, urgin is also a good stats package.

    regarding php, here's a few pointers.
    combine sql queries into big queries instead of lots of seperate small queries,
    use table indexes, check with the mysql client to see the performance of your
    queries, avoid slow queries, in my.cnf the mysql config file reduce the timeout
    settings so connections get closed within a few seconds, if you have lots of
    queries use mysql_pconnect (persistent connection). cache queries especially
    if the results are always the same. check the html output, make sure it's
    compliant, closing tags properly reduces rendering

    compile your php pages with Zend SafeGuard, only use apache modules that
    you really use, remove all the other modules

    Last edited by ServerGenius; 01-14-2006, 11:57 AM.
    | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

    Comment

    • datatank
      Confirmed User
      • Aug 2004
      • 5471

      #3
      Originally posted by A1R3K
      can anyone here recommend a good tour monitoring software? for example it would hit/load the tour every say 30 secs to a min and tell me the load time. i want something similar for the members area. or should i just write something like that myself? well, my dev guy anyhow, not me. it would either em,ail me or sms me with troulbe issues or if a load time threshold was burst.

      also, whats a good otimizer tool for dynamic php pages with alot of includes?

      thanks

      airek
      I would say use a 3rd party. Its alot easier as they have the monitoring servers already set up on different networks and at various locations.

      Comment

      • Jace
        FBOP Class Of 2013
        • Jan 2004
        • 35562

        #4
        www.servergenius.com

        i am sure he can set his monitoring up for your members area

        we use him for my shit, and his shit rocks

        Comment

        • ServerGenius
          Confirmed User
          • Feb 2002
          • 9377

          #5
          Originally posted by Jace
          www.servergenius.com

          i am sure he can set his monitoring up for your members area

          we use him for my shit, and his shit rocks
          Thanks Jace Yes I sure can if you have questions hit me up and
          we'll discuss what we can do for you.....no strings attached
          | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

          Comment

          • Mutt
            Too lazy to set a custom title
            • Sep 2002
            • 34431

            #6
            it sounds to me like you have a CMS like mine that dynamically builds the tour and members area pages - for moderate traffic it's not a problem - heavier traffic it is. i'm going to get mine re-coded to re-build static pages each time new content is added to the CMS.
            I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

            Comment

            • ServerGenius
              Confirmed User
              • Feb 2002
              • 9377

              #7
              Originally posted by Mutt
              it sounds to me like you have a CMS like mine that dynamically builds the tour and members area pages - for moderate traffic it's not a problem - heavier traffic it is. i'm going to get mine re-coded to re-build static pages each time new content is added to the CMS.
              reducing the amount of queries by combining multiple queries into 1 makes a BIG
              difference and get a caching layer
              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

              Comment

              • seeric
                ..........
                • Aug 2004
                • 41917

                #8
                Originally posted by Mutt
                it sounds to me like you have a CMS like mine that dynamically builds the tour and members area pages - for moderate traffic it's not a problem - heavier traffic it is. i'm going to get mine re-coded to re-build static pages each time new content is added to the CMS.
                yeah thats exactly what i've got goin. looks like it could bea dns calling issue. got it fixed now, but i want to make sure we keep an eye on it. slow tours blow ass.

                thanks everyone for the input. i appreciate it.

                dyna, i'll hit you up in a bit, i need to eat and run some errands.

                Comment

                • Just_Dave
                  Its almost time
                  • Dec 2002
                  • 13009

                  #9
                  you should ask the guys at http://www.prodinix.com the lead programmer is a one of the best out there

                  Comment

                  • seeric
                    ..........
                    • Aug 2004
                    • 41917

                    #10
                    Originally posted by Just_Dave
                    you should ask the guys at http://www.prodinix.com the lead programmer is a one of the best out there



                    he inspired me to learn enough to be able to talk about what i need intelligently. now im even setting up my own sites and shit.

                    spritian is the man.

                    Comment

                    • ServerGenius
                      Confirmed User
                      • Feb 2002
                      • 9377

                      #11
                      Originally posted by A1R3K
                      dyna, i'll hit you up in a bit, i need to eat and run some errands.
                      If I'm not online anymore (it's 11:45pm here now) shoot me an email
                      to genius (a) servergenius.com with servergenius as the subject line so it
                      won't get lost.

                      Thanks!
                      | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                      Comment

                      • seeric
                        ..........
                        • Aug 2004
                        • 41917

                        #12
                        Originally posted by DynaSpain
                        If I'm not online anymore (it's 11:45pm here now) shoot me an email
                        to genius (a) servergenius.com with servergenius as the subject line so it
                        won't get lost.

                        Thanks!
                        np man. you got it.

                        Comment

                        • SGS
                          Confirmed User
                          • Dec 2002
                          • 5176

                          #13
                          Originally posted by Jace
                          www.servergenius.com

                          i am sure he can set his monitoring up for your members area

                          we use him for my shit, and his shit rocks
                          Yes I agree. Very helpful guy who really knows his stuff.
                          See sig...

                          Comment

                          • ServerGenius
                            Confirmed User
                            • Feb 2002
                            • 9377

                            #14
                            Originally posted by SGS
                            Yes I agree. Very helpful guy who really knows his stuff.
                            Thanks for the props
                            | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                            Comment

                            • Rui
                              web
                              • Dec 2001
                              • 9533

                              #15
                              Originally posted by Just_Dave
                              you should ask the guys at http://www.prodinix.com the lead programmer is a one of the best out there
                              offtopic: what happened to these fellas, they used to be all over GFY sometme ago.

                              Comment

                              • seeric
                                ..........
                                • Aug 2004
                                • 41917

                                #16
                                yo dyna i got another referrral for you on this too.

                                Comment

                                • jay23
                                  Confirmed User
                                  • Jun 2003
                                  • 1444

                                  #17
                                  Originally posted by A1R3K
                                  can anyone here recommend a good tour monitoring software? for example it would hit/load the tour every say 30 secs to a min and tell me the load time. i want something similar for the members area. or should i just write something like that myself? well, my dev guy anyhow, not me. it would either em,ail me or sms me with troulbe issues or if a load time threshold was burst.

                                  also, whats a good otimizer tool for dynamic php pages with alot of includes?

                                  thanks

                                  airek
                                  What you are looking for is a software that messures the time it takes to load, not if the site is up or not right ? We use 3rd party to do it. One company we use charges us 10K/Month but clients pays for it so its ok. If you need any more info hit me up at [email protected]

                                  Jay

                                  Comment

                                  • XPays
                                    Team Player
                                    • May 2004
                                    • 13002

                                    #18
                                    we are launching joinformwatcher.com as a free service of IPalert soon. it is sexy - has ajax sexiness and multiple noc sexiness.

                                    hit me for a beta and we'll get you setup this week.
                                    InterNext Expo Domain Auction Live Now thru Feb 5
                                    HuntingMoon GFY Domains Marketplace is LIVE
                                    XPays always pays! Top Site: * RealJasmine.com * + HotelHeiressĀ® with The Paris Hilton Sex Video
                                    Insert the HotelHeiressĀ® HD FEED into your members areas
                                    XPin.com Opening for Pin Partners Soonish
                                    Mainstream Offers For Emailers and DomainersNONADULT.COM


                                    Like Us!

                                    Comment

                                    Working...