Results 1 to 7 of 7

Thread: Index.*** : How Big Is Too Big?

  1. #1
    DigitalJay
    Guest

    I Wonder? Index.*** : How Big Is Too Big?

    On my site THC, the index.php is up to 15k now and pretty long. I know it should be kept under a certain size in k, but how big is too big? Between adding little scripts to add effects, banner rotation, and other stuff I've tripled the size now from the original 5k, is that going overboard?


  2. #2
    Madame0120
    Guest
    And here I was all ready to reply .. it's only too big if he faints when it gets hard.


  3. #3
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    Originally posted by Madame0120
    And here I was all ready to reply .. it's only too big if he faints when it gets hard.
    Spewing coffee everywhere!!!!!!!!!!


    ....... or, it's too big if they say "you're not sticking THAT anywhere"


  4. #4
    throw fundamentalists to the lions chadknowslaw's Avatar
    Join Date
    Aug 2004
    Location
    Phoenix, Arizona
    Posts
    2,149
    Almost too big:


    "What do you think you are going to do with THAT??!!"
    Chad Belville, Esq
    Phoenix, Arizona
    www.chadknowslaw.com
    Keeping you out of trouble is easier than getting you out of trouble!


  5. #5
    thetwink
    Guest
    15k doesn't seem too big at all to me. However, if it is a php page, there is a neat little trick you can do:

    add this above your < html > tag:

    PHP Code:
    <?php
    @ini_set('zlib.output_compression_level'1);
    @
    ob_start('ob_gzhandler');
    ?>
    and it will reduce the file size substantially.

    hope this helps.


  6. #6
    Mamakity
    Guest
    Originally posted by Madame0120
    And here I was all ready to reply .. it's only too big if he faints when it gets hard.

    Oh Madame, many a keyboards have been ruined by you. LOL Keep it up girlie!:kitten:


  7. #7
    Words paint the real picture gaystoryman's Avatar
    Join Date
    Apr 2004
    Location
    western canada
    Posts
    2,151
    Well after cleaning up the keyboard from some of the comments... i'd say that if it is too long, that's a problem irrespective of the actual kb size. You really don't want a lot of downward scrolling on an index page...

    also page load. For an index page i like to keep it under 10secs for 56.6k modem users... after all the goal is to get em inside...

    just my opinion though.

    Ian
    Webmasters: Add Custom Stories To Your Sites Custom Gay Stories

    My Blogs Gay Talk, Free Gay Fiction, Erotic Fiction Online


Posting Permissions

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