Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on How to Speed up the Semi-Dedicated Server in the Shared & Semi-Dedicated forum
How to Speed up the Semi-Dedicated Server? What Addon Feature should be purchased to speed up the Loading Speed of pages? Advice ...

  1. #1
    JPC Member
    Join Date
    Jan 2007
    Posts
    37

    How to Speed up the Semi-Dedicated Server

    How to Speed up the Semi-Dedicated Server?
    What Addon Feature should be purchased to speed up the Loading Speed of pages?

    Advice

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Semi-dedicated is just a shared account with fewer neighbors on your server. There are no "add-ons" that you can buy to speed it. Since there are fewer accounts on a semi-dedicated box your pages should theoretically load faster than pages on normal shared (although there are too many factors involved to guarantee this).

    There are several things you can do to speed up download times, though:
    * optimize your images-use the greatest compression level you can while maintaining acceptable quality, make sure your images are saved at the same dimensions as you are displaying them on the page, and specify height and width attibutes in your HTML so that the browser has an easier time rendering the page while it waits for the image to finish downloading.
    * remove any JavaScript and CSS that is repeated on every page - if you include common external files instead of placing all the code in the <head> of your document you allow the browser to cache the information and not download it on every page load.
    * use standard, well formed markup and CSS - removing your formatting information from your sites HTML means smaller downloads. Moving the CSS into an external files (see previous tip) cuts down on download size even more.
    * if you are using a dynamically generated site (nuke, etc.), consider doing server-side caching of pages that don't change frequently. If the page doesn't have to be regenerated with the request the total request time will be reduced.
    * consider gzipping your page content (see mod_gzip, phpbuilder.com) before sending it to the browser--it'll make your download time shorter and save you bandwidth, but there are issues with some browsers.
    * review your site's code and rewrite it in a more efficient manner, if possible

    Sorry, there is no easy answer, but with some of these techniques and a bit of trial and error you can probably make some improvements.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by aviz View Post
    How to Speed up the Semi-Dedicated Server...? Advice
    Um...

    Aren't you the guy that just turned off the ZEND Optimizer in your INI file...

    If so, I'd start by turning it back on!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Quote Originally Posted by Vin DSL View Post
    Um...

    Aren't you the guy that just turned off the ZEND Optimizer in your INI file...

    If so, I'd start by turning it back on!
    Yeah, that too...

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

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