1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How make to load page more fatser???

Discussion in 'PHP' started by ricky_flare, Jul 26, 2005.

  1. #1
    Please help me to improve Performance

    Hi........

    I have developed website in Php/MySql. But my home page takes some more time to load in some of the browsers

    I have also post one forum erlier but the suggestion comes for to remove the no.of images from the homepage or to use image compression.but i have use the image compression but the no. of images is the required so please give suggestion to imporvr the code or database sie changes so it will work more faster.

    Who is reading this forum first time can check the site response from below

    Check this http://www.direct2deal.com

    still not get the concept of the store procedure in mySQl so please gve me ur feedback as soon as possible

    Its very urgent. Your feedback/suggestions will be highly appreciated.
     
    ricky_flare, Jul 26, 2005 IP
  2. l234244

    l234244 Peon

    Messages:
    1,225
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check this out - link

    It can point out where you need to improve to speed page loading up
     
    l234244, Jul 26, 2005 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    You first need to figure out where your bottleneck is. If it's your SQL queries, you need to rewrite them and possibly redesign your database. If it's the time PHP takes to actually process code, get (and install) eAccelerator. If it's just the size of the page, drop images, cut out HTML that is not necessary, etc.
     
    digitalpoint, Jul 26, 2005 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #4
    So Ricky, did that all make sense? Any other questions? Perhaps you could ask for a site review - if the reviewers notice a speed problem they'll address that along with any other issues...

    but I'll kick off
    • put the javascript into a separate file so that it can be cached
    • use stylesheets for rollovers not javascript
    • don't have spammy meta tags
    • don't have spammy comments right below your body tag
    • don't have sooooo much content on the front page

    Sarah
     
    sarahk, Jul 28, 2005 IP
  5. yabsoft

    yabsoft Active Member

    Messages:
    118
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    try to gzip output to make download faster
     
    yabsoft, Jul 29, 2005 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #6
    Looks like our friend may be a nasty little spammer posting on all the "help" forums to draw attention to his site...
     
    sarahk, Jul 29, 2005 IP
  7. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #7
    he visited dp yesterday (from his profile)... so maybe he just didn't bother replying...
     
    daboss, Jul 30, 2005 IP