Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Urgent: Site takes higher loading time.....

  1. #1
    Junior Member
    Join Date
    May 2005
    Posts
    4

    Urgent: Site takes higher loading time.....

    Hi........

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

    Check this www direct2deal.com [ Mod Edit: link disabled - paulhiles ]

    Can Mysql stored procedures help me? I don't know the concepts of stored procedures. If any buddy in group knows
    pl. help me


    Its very urgent. Your feedback/suggestions will be highly appreciated.

  2. #2
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    I think you need to take a look at the size of the page before you look to the problems being MySQL related.

    The HTML for your home page is a whopping 600K, that's excluding images. I'd expect the HTML portion of a page to be more in the region of 10K.

    I'd first break the page into categories e.g. computers, apparel and so on, then once the pages are a more sensible length if performance is still lacking then start optimising MySQL/PHP, at the moment I'd say the transfer time far outweighs the performance of MySQL/PHP

  3. #3
    Senior Member ADAM Web Design's Avatar
    Join Date
    Dec 2003
    Posts
    2,172
    speed is absolutely right about the HTML being excessive. But it's not all that hard to fix.

    First off, you've got 40 products on that opening page with fairly long descriptions. If you shave that down to 3-5 new products with shorter descriptions, you'll knock off 80-90% of your load time right there.

    Note: if you still want to show the deals on other pages, you may want to look into recordset paging. Look up "PHP Recordset Paging" on Google and follow some of the code samples.

    Second, get your Javascripts out of your code and put them into separate Javascript files. This will allow a slight speed increase as some browsers cache the Jscripts.

Similar Threads

  1. The amount of time it takes to get a site listed
    By sgsmorgan in forum Search Engine Optimization Forum
    Replies: 3
    Last Post: 02-23-2006, 08:07 AM
  2. iHomeConnect.com - Loading Time...
    By supernatural_247 in forum Submit Your Site For Review
    Replies: 32
    Last Post: 07-25-2005, 07:27 AM
  3. Does your location affect loading time of a website?
    By wen_laat in forum Graphics & Design Discussion Forum
    Replies: 18
    Last Post: 02-15-2005, 11:03 AM
  4. could you be so kind to tell me the about site loading time
    By alexcl in forum Submit Your Site For Review
    Replies: 5
    Last Post: 11-16-2004, 10:06 PM
  5. Shorter Loading Time
    By RichardHoehn in forum Flash Discussion Forum
    Replies: 1
    Last Post: 01-15-2004, 11:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •