How to make my site stream faster?

Hi guys.
I didn't know where to place this post so I started at this forum.
I have a website www.RideTheSpiral.net
which is a flash based site that hosts .flv video files.
These files are all 1000 kbps or less but they still take a long time to stream therefor the viewer loses interest and clicks away from the site.
I am searching for a solution to this.
And before you say it no I do not want to use You Tube.
I would like the videos to be contained within the site.
Is it the server maybe? I don't know.
Can anyone offer a solution?

Hello,
it could be few problems or one of them.
Website is loading slowly too, so it could be hosting issue; It depends where your servers are located (in which country and where your visitors are coming). In example if my website would be hosted in Europe and my main visitors are coming from USA, they have more problems loading my wepage that users from Europe.
Another thing, there is possible that your website is coded not very correctly, he try to load all website with all flash movies and graphics at one time.
Third problem could be because you have both problems, yes it sounds not very good. Then you need to find out which one is bigger.
My offer as hosting company would be, try our services (Host1Plus - http://www.host1plus.com), here you can choose in which country you want to host your files. Try our services for month, upload few files and compare with your old hosting. That's all. If not talk with our support team (http://support.host1plus.com)

Similar Messages

  • How to make my site top in the search engines for a high ranking?

    I am new at this, and I am planning to build a big site on iweb, but my question is where can I get information on how to make my site with high rankings? Would I have to post my site in lots of search engines, or have the hosting company help out? how do i do this?

    As SEO (Search Engine Optimization) is important to you, you may want to consider alternatives to iWeb as "iWeb websites are not made to be search engine friendly" — read more here:
    SEO For iWeb: How to get your iWeb Websites into Google & Other Major Search Engines
    ...iWeb is designed for personal sites and, as such, Apple apparently thinks there's no need for Google — you tell grandma the URL of your personal iWeb site, she painstakingly types it in and then gazes admiringly at the photos of her grandchildren.
    Apple hasn't changed this approach in three iterations of iWeb but perhaps, with all the feedback it receives on this issue, there's still hope. Meanwhile, web-design apps for business sites tend to integrate search engine optimization — Sandvox Pro is an example:
    http://www.karelia.com/sandvox/getyour_site_noticed_andb.html
    Another advantage of Sandvox is that, when viewing your site in Safari, the text increase & decrease commands will work — they don't work for an iWeb-created site. ...For business use, it's important that customers don't turn away from your site because they consider your text too small to read.
    However, if you still really want to use iWeb, this article may help:
    http://www.iwebformusicians.com/SearchEngines/SEO.html
    By the way, for more info about SEO in general, this blog of a web-design app (Yola) recently started a multi-part series on the subject — the first is here:
    http://blog.yola.com/2009/06/15/seo-101
    The rest of the series (in no particular order) can be found here:
    http://blog.yola.com/category/seo/
    And a video:
    _Using Title Tags Effectively For Search Engine Optimization (SEO)_

  • How to make mac desktop run faster . It is starting to freeze up in Safari sometimes.

    How to make IMAC desktop run faster.

    Mavericks is the Operating System, while you could call it a program it's the OS. We need to know:
    what year iMac you have including the amount of RAM installed, the capacity of the internal HD and how much is stored on it and under what conditions the computer runs slowly. Please CAREFULLY read Help us to help you on these forums

  • Hello, i would like to know how to make horizontal sites and it moves with the scroll

    Hello, i would like to know how to make horizontal sites and it moves with the scroll

    Hi
    You can refer to these videos :
    http://www.lynda.com/Muse-tutorials/basics-horizontal-scrolling-websites/108131/115685-4.h tml
    https://www.youtube.com/watch?v=gZI_K1TXqOM
    Thanks,
    Sanjit

  • How to make your site DIFFERENT...

    Some have auto-playing movies, or songs...
    Some have "comment" sections...
    Some have no menus...
    What have you done to make your site different?
    What have you done to make your site eyecatching?
    How is this accomplished?
    Many of us are finding that we have already pushed iWeb to it's apparent limits, and we need more ideas!
    http://www.derekbalsley.com

    Thanks all for the kind words.
    Linda, as far as the images go I edited them in Photoshop.
    I saved them as jpegs using the quality slider set at 8
    (never less for quality reasons).
    The actual image "dimensions" in general are 280pixels x 421pixels
    depending on orientation and 72 ppi in image "resolution" .
    I think if you keep images no larger then 450pixels for general viewing
    they should load fine.
    The images that are the Page Headers are however W700xH400 which is the size of the default place holders in the templates, or 700x120 for the narrow ones.
    I hope this isn't getting too technical, I've even considered doing QuickTime tutorials.
    Derekbalsey: I'd say use the shapes and do things like adding strokes to a shape and use white or no fill or a complimenting color to fill it.
    I will be updating the site tonight, nothing major, just slight changes to the page headers and adding some photos until I get some more "pro" looking ones I hope.
    We'll see ho fast those load as they will be larger.
    My goal is to use simple shapes and good colors, as i don't really know how to create animations and the likes.
    G4 450 dual, PBG4 1.5/ATI 128/1gig ram   Mac OS X (10.4.4)   http://homepage.mac.com/uhanna

  • How to make sub sites in SharePoint 2010 as Read Only

    Hello,
    We have a requirement to make sub site as read only in SharePoint 2010 programmatically.
    How we can achieve it using Server Object Model ?
    Thanks,
    Hatim

    Hi,
    You can write a WinForm program, and use
    SPSecurableObject.BreakRoleInheritance method to achieve your requirement.
    More information for your reference:
    http://fangdahai.blogspot.com/2012/09/how-to-set-sub-site-in-read-only-mode.html
    https://social.msdn.microsoft.com/Forums/en-US/1f836da6-88ea-4d88-9e43-3383d139ca01/what-is-the-idea-of-stop-inheriting-permission-from-parent-site?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to make this code go faster?

    Hi,
    I have this code and its really slow. My question is how to make it faster since its taking about 10 hours.
    Code:
      loop at ti_equi.
        select matnr sernr lief_nr kunde datum uzeit bwart posnr
    appending corresponding fields of table ti_ser01
          from z_objk_ser01
         where sernr eq ti_equi-sernr
           and matnr eq ti_equi-matnr.
      endloop.
      delete ti_ser01 where not ( kunde in s_kunnr and
                                  bwart = '631' ).
      sort ti_ser01 by matnr sernr datum descending uzeit descending.
      delete adjacent duplicates from ti_ser01 comparing matnr sernr.
    What this code does is fetch all these fields and then just keeps the one that's been modified at last.
    I have created an index by sernr and matnr in table objk which makes it just a little bit faster.
    Any helpful answer will be appreciated.
    Regards,
    Roberto
    Edited by: Julius Bussche on Jan 27, 2009 4:29 PM
    Code tags added. Please use more meaningfull subject titles

    Hi roberto
    please avoid select statment inside loop.
    use code
    data: index type sy-tabix.
    data : ti-ser011 type standard table of zobjk-ser01 with header line.
    select matnr sernr lief_nr kunde datum uzeit bwart posnr
          from z_objk_ser01 into table ti_ser01.
    sort ti_ser01 by sernr matnr.
    sort ti_equi by sernr matnr.
    index = 1.
    loop at ti_equi.
        loop at ti_ser01 from index
         if  ti_ser01-sernr = ti_equi-sernr
              and ti_ser01-matnr = ti_equi-matnr.
            move-corresponding ti_ser01 to ti_ser011.
            append ti_ser011.
            index = sy-tabix.
            exit.  
         endif.
        endloop.
    endloop.
    here i have used one more internal table ti_ser011.
    you can delete specific record from ti_ser01 internal table on condition. at that time u don't need to create any other internal table like ti-ser011.
    in place of loop select statement---endloop.
    you can use this code. I think it will help you.
    please find if it is udeful.

  • How to make delay Live Streaming ?

    Hi everybody,
    I follow this turorial make HTTP Live Streaming From Camera, using FMS 4.5, and FMLE 3.2, and I success.
    Now I need make delay (1~10 minutes) on HTTP Live Streaming. Example, current now my camera is capture, and client (end-user) can only see the signal (video) is obtained from the camera 10 minutes ago.
    P/s: I'm using Amazon Cloud, specify EC2 (include FMS 4.5)
    Can I do that ?
    Thanks,
    Huy Mai

    Hi Bharat,
    I read your link, and focus in MaxQueueDelay & MaxQueueSize.But its seem can not use in my case. I try config Application.xml follow it, and not success for my purpose , I think "MaxQueueDelay"  is specifies how to often the server will flush the message queue, in miliseconds.
    My puporse is client can view video, late 10 minutes than what is obtained current from camera
    Will I be missing anything?
    Mai Huy

  • How to make Activity Monitor update faster

    Hello,
    I have a mcabook pro early 2012. How do I make activity monitor update faster? It is currently updating every 4 - 5 seconds. thanks
    -24

    You should get the 4 speed model. 
    Ciao.

  • How to make my iMac run faster

    Hi there,
    I have a 2011 iMac which is hardly used.  I have upgraded the ram to 12 GB when I purchased it.  However, it takes ages for the computer to run, especially during start-up.
    Any thoughts on how to make it run faster?
    Cheers,
    Gary

    Make sure you installed the correct RAM. Installing the wrong type will cause the system to become unstable and slow.

  • HT1338 how to make my MacBook pro faster

    I was wondering if there is any software to clean and make my MacBook Pro faster and lighter???
    I heard about the MacKeeper but I get some negative feedback about it....

    MacKeeper is garbage.
    The best way to speed up your Mac is not to install garbage software, such as MacKeeper, or to uninstall it if you've already done so.
    Beyond that, you can increase performance by replacing the internal hard drive with an SSD and/or adding memory.

  • Re: How to make this forum run fast

    I counted till eleven, but since I'm a rather quick counter, I'd say about 7 seconds as well.
    Could it be that y'all are using Firefox? I'm on IE7.
    ®
    (suspecting commie influence since '77)

    sabre150 wrote:
    kajbj wrote:
    CeciNEstPasUnProgrammeur wrote:
    I counted till eleven, but since I'm a rather quick counter, I'd say about 7 seconds as well.
    Could it be that y'all are using Firefox? I'm on IE7.
    ®
    (suspecting commie influence since '77)Strange. I tried with IE 7. Loading the main page, about 45 seconds, loading this thread about 30 seconds, getting to the reply page about 3-4 seconds.I find the site blindingly fast! Certainly less than 45 seconds to load the man page and very very much less that 30 seconds for this page. Both typically 1 second with the login page taking about 3 seconds.
    Now if only I could access ALL the pages without Server Error
    This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
    What forum? id 5?

  • How to make a pdf rip faster

    Hi every one. I just made a post card for a customer in Indesign CC. I export the file as a print pdf. . The file ends up being 4.8mbs. When I try to impose and print the file on my rip software (fiery) it takes 15 mins to rip. Is there any way I can preflight or some how compress my file to that it rips easier? I ran preflight on Acrobat 11 pro on the color digital print  preset and it made the graphics look choppy and put lines through some of the type. Does any one know how I might remedy this problem? I need to find a solution and get these printed today.

    naddad wrote:
    > The attribute node of a LED contains the "Blink" field but when set to
    > "TRUE", the blinking is too slow. How can i generate a faster
    > "TRUE/FALSE" sequence?
    Put the terminal of your led in a while-loop outside the rest of the
    diagram (so it can free-run).
    Make a local-variable which is true, when the led should be blinking.
    Put an Shift-Register inside the loop
    wire an boolean constant from outside to the shift register.
    wire the signal from the shift register "input" to a "not" function and
    this to the shift-register "output"
    wire the signal to an "OR"-Gate
    wire the local variable to the "OR"-Gate
    wire the output of the "OR"-Gate to your control that should blink
    put an "Wait until next ms Multiple" inside and wire a contant
    containing
    the blink-length you want to it.
    This should do it.
    It sounds a lot more complicated than it is. If you want, you can
    Download an example (in LabView 6i) from
    http://marco.tedaldi.net/laview/vis/blinking.vi
    I hope, it helps
    Marco

  • How to make this query go faster

    Hi ,
    I have the following query :
    select a.* from
    tbl1 a , tbl2 b
    where a.id = b.id
    substr(b.id , 3, 2) <> 'XX'
    and b.date1 is not null
    and b.date1 >= sysdate - 90 ;
    tbl1 - 21 million rows
    tbl2 - 2 millions
    i specify this hints /*+ INDEX(idxa_1 , idxa_2) INDEX(ixdb_1)
    where idxa_1 --> b.lotid
    idxa_2 --> b.date1
    idxb_1 --> a.lotid
    IF i DO NOT include b.date1 is not null and b.date1 >= sysdate - 90 ,
    from explain plan i could see it using a FAST FULL SCAN which really returns very fast
    HOWEVER if i include b.date1 is not null and b.date1 >= sysdate - 90
    , from explain plain it uses row index and then there's a range scan and its slow
    how can i improve the performance of this query ?
    pls advise
    tks & rdgs

    Don't create the temporary table.
    Create a function based index on table two
    substr(id , 3, 2)Make sure you have gathered statistics on the tables.
    Remove the hint.
    select a.* from
    tbl1 a , tbl2 b
    where a.id = b.id
    and substr(b.id , 3, 2) <> 'XX'
    and b.date1 >= sysdate - 90;If you still have performance problems, post the formatted explain plan from sqlplus.
    Read the Performance Tuning Guide.
    Unfortunately this is not urs advice.

  • How to make powermac G4 400GHz faster and run smoother.

    I really want to make my Power Mac G4 much faster and run smoother, can someone help me do this.
    P.S. I'm running mac OS X 10.4.11 and I'm trying to install mac OS X 10.6 snow leopard will upgrading my OS help improve performance.

    dragon,
    First thing to do, and the cheapest, is more RAM. It's not cool to recommend retailers, etc....but you really want to get the right stuff. Macs can be finicky about RAM. You can get the right stuff in many places...IF you know what you're doing. That being said, most 'pros' here in Discussions recommend macsales.com (OWC) and crucial.com because you'll get the right stuff at decent prices. Both have memory 'advisors', where you type in your machine type and get recommendations for the correct memory. Do that yourself, even if you're not ready to buy today.
    macsales.com has 512mb for about $30. Crucial wants $60; dunno why; they used to be comparable. One plan, on your limited budge, would be to get one 512mb stick; then save up and buy THE SAME product when you've saved up $30 more. I wouldn't mix. It can be done but you'll save yourself some grief just buying the same sticks from the same place. You'll see a pretty good improvement if you go to 1GB+.
    You'll also see pretty good performance if you limit the number of apps you install, particularly "third party plugins". Keep your Mac lean and mean and it'll perform well for years. Be sure to run Permissions Repair EVERY TIME you install an app. I say this because that 60GB HD will fill up pretty fast. Maybe it'd be better just to get the one 512MB stick, giving you 1.5GB RAM. Then, save up for a bigger HDD. You'll need those two upgrades before even thinking of a CPU upgrade.
    Get the free utility Macaroni and let it run daily, weekly, monthly tasks. Read thru other posts here in the 'Using ur PMac G4' and "Exanding ur PMac G4".
    Please come back if you have any more questions. HTH

Maybe you are looking for