Load time problems

http://www.bootleg94.com
anyone have any ideas on how to cut the load time down on the
scrolling image gallery. it takes forever so if anyone has a better
way of doing this and would like to share, please feel free.
=)

Please back up your data ASAP! Your drive is dying and you should make a clone of your system (I use SuperDuper!) before it gives up the ghost entirely. Use a firewire external to clone to, then, when you get a new drive, you can simply reverse clone the data onto it and you'll be up and running.

Similar Messages

  • Loading time problems (flex 4.1)

    Hi.
    When I use the Flex SDK 4.1 the loading time of my application is about 30 seconds. When I let the compiler works with the SDK 4.0 the loading time is reduced to about 2 seconds.
    Is it normal?
    How do I speed up the loading process of the application???

    Run the profiler to see what is taking all that time.

  • Java Synth load time problem

            SynthLookAndFeel lookAndFeel = new SynthLookAndFeel();
            try {
                lookAndFeel.load(
                    getClass()
                        .getResourceAsStream("/galinga/kaynaklar/arabirim.xml"),
                    getClass()
                UIManager.setLookAndFeel(lookAndFeel);
            } catch (Exception e) {
                System.err.println("Couldn't get specified look and feel ("
                    + lookAndFeel
                    + "), for some reason.");
                System.err.println("Using the default look and feel.");
                e.printStackTrace();
            }Applet retrieves slowly images and etc..
    What shoold i do?

    I don't believe 1.3 requires a classpath for the internal stuff - it certainly doesn't on windows and I think that is true on sun.
    I suspect the same is true for the library path. If that is the case then by providing it you might be messing up the internal operation and thus you are getting the problem.

  • My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out.

    I use dial-up, FireFox 5.0, Yahoo addition 1.8. My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out. Using Vista

    I'm having the same problem. Dreamweaver is supper slow. Uploading and downloads from the server... any server I use two different servers. It times out all the time. Menus are slow too.
    I'm on a MAC Pro, 6 gigs of ram no issues with anything else. I have talked to Apple they have checked everything for me. They say it's Dreamweaver. I've noticed the Dreamweaver is talking to the FTP even when I'm not doing anything.
    I've tried cleaning out my MAC caches, turning off file check and check out. Still really slow. I've worked with Dreamweaver for 6 years never any issues like this before. 18 seconds to upload a 4 kb file. 11 seconds to download the same file.

  • Can a BIG form be served up one page at a time to avoid long load time?

    Tricks I have read for optimizing the load time of large forms are not helping. Linearization causes the first page to render quickly, but you can't interact with the fields until the whole form finishes loading -- no help there. Is there a way to break the form into pages (without creating entirely separate forms) so the user can fill out a page, hit a Next Page button, fill out that page, etc.? Understood that this is an old school idea, but until Reader can download a 1+ MB form in less time than it takes an average user to get ticked off, old school might do the trick.
    Alternatively, is there a way to construct a form so you can start interacting with it without having to wait for it all to load? This question comes from the (uninformed) assumption that maybe there are forward references that can't be satisfied until all the bits have come over the wire. If that's right, can a multipage form be architected so as to avoid this problem?

    No that technology does not exist yet. There are form level events that need to have the entire document there before they can fire. Also you would have to keep track of where you are so that would mean some sort of session information for each user.

  • Slow BIOS load times

    Hello, I own a T420i and have been experiencing very slow load times on startup.  The "ThinkPad" BIOS screen stays active for roughly 5-10min before continuing like normal.  Once operational the computer works fine other then an occasional freeze up (which becomes extremely annoying with a boot time of 10 min).
    Thanks for any suggestions.

    Hi Epitome, welcome to the forums,
    do you have any external devices, especiall USB storage, attached to the system when booting?  If so please detach them to see if you experience the same problem.
    If the system boots normally please exclude the USB devices from the boot order in BIOS; the system may be scanning them for boot information before moving on to start from the main hard drive.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Improving load times in Linux LabVIEW executable

    I'm looking for (simple) ways to improve the loading times in a Linux LabVIEW executable. We're using a low performance, low cost CPU board, and loading times are terrible. The CPU is capable of doing everything after the application is loaded, but takes forever to get there.
    One of the problems is the size of the executable, that grows everytime you just look at it. Are there ways to create smaller executables? It runs from a Compact Flash card, which is ofcourse much slower than hard disk.
    Another problem is a dynamic vi, that is started for every TCP connection that connects to the application. It takes a long time to load, and connecting too fast can even effectively hang up the system. Starting a handler task takes about half a second, up to a few seconds for the first task.
    We're using the LabVIEW 7.1 runtime, system is a 300 MHz cyrix SBC, running from a Compact Flash.

    Dennisvr wrote:
    I'm looking for
    (simple) ways to improve the loading times in a Linux LabVIEW
    executable. We're using a low performance, low cost CPU board, and
    loading times are terrible. The CPU is capable of doing everything
    after the application is loaded, but takes forever to get there.   One
    of the problems is the size of the executable, that grows everytime you
    just look at it. Are there ways to create smaller executables? It runs
    from a Compact Flash card, which is ofcourse much slower than hard disk.   Another
    problem is a dynamic vi, that is started for every TCP connection that
    connects to the application. It takes a long time to load, and
    connecting too fast can even effectively hang up the system. Starting a
    handler task takes about half a second, up to a few seconds for the
    first task.   We're using the LabVIEW 7.1 runtime, system is a 300 MHz cyrix SBC, running from a Compact Flash.
    I'm
    not sure about the first part of your question. LabVIEW is highly
    binary and does a lot of memory allocations before even one VI is ready
    to be started. So maybe the memory manager is a problem. Another issue
    is that the Macintosh like resource file format that is used by LabVIEW to store its VIs etc. results in
    lots and lots of individual disk accesses with a rther random like
    character inside a single file. So if you can configure the read
    caching of your disk to use more memory this may significantly increase
    the speed of loading LabVIEW VIs or applications.
    And finally spawning VIs through VI server is a rather costly operation
    especially on low resoruce systems. A VI is more like an executable in
    many ways as far as resource consumption is concerned rather than a
    thread. A much better way would be to avoid spawning subVIs altogether
    and implement a queued TCP/IP server similar to the Date Time Server
    example. It is a little extra work to work with this shift register
    architecture but it will not have the issues of long load times for
    every new TCP/IP connection coming in.
    Rolf Kalbermatter
    Message Edited by rolfk on 03-07-2006 06:33 PM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Long load times.  software? hardware? downloads?

    in the past few hours i have developed the problem of longer thn normal load times. they went from .25 sec up to 5 or 6sec idk what to do my software ugrades are from earliest to latest, stuffit, wmp for mac osx, istat pro, core duo temp and i have 512 mb of ram any suggestions? oh i have been running itunes and safari

    Typical with all computers usually. It's where programs get loaded into RAM and not fully cleared out. Once you reboot the memory gets reset and it's a clean slate. If it's killing performance that much, then why not upgrade the RAM?

  • Super Slow Load Times

    I am having ridiculously long load times under Logic 9.1.1... up to five minutes for some projects. This is happening in both 32 and 64 bit modes. Anyone have a similar experience or a workaround?

    I am sorry that you are experiencing that problem. based on my research I found that a user was experiencing the same problems and he/she states that it is a hard disk's latency problem.
    Read it more here:
    http://www.sonicstate.com/news/2010/01/17/wnamm10-synthogy-ivory-version-2/
    Let me know if you found this information helpful.
    Vicente Tulliano

  • Very slow load times on EXS24 instruments?

    Hi everyone - I have a troublesome problem..
    At the moment this only seems to happen garage band instruments loaded in exs24
    When I try to load instruments from garageband i get to enjoy the spinning wheel and about 3 minutes of load time [and this wouldnt be the first stime i would have loaded the instrument]
    When it does finally cease spinning it asks me to choose between the garage band samples, or dupe sampler files in self contained projects.
    I always pick the garageband directory..
    Is there a way to decrease the loading time?

    This tends to happen when you have more than one copy of the EXS sample on your drive network. As soon as EXS sees two of a sample, especially if there is no existing direct link in the EXS instrument, it will tend to scan your whole system for any and all potential duplicates. This can take a while.
    My only suggestion is delete the duplicate samples and make sure your instruments all contain path links to the appropriate samples. Bear in mind that if you store samples in the project folder, at least those should be found quickly, but it will not solve the problem of loading new patches into the project.
    To be able to find and get rid of duplicate samples and re-establish the links in a batch fashion, I highly reccommend EXS manager by Redmatica.
    www.redmatica.com

  • Long loading time if no internet connection available (VS 2005 Redist)

    Hallo forum members!
    I've been searching for a solution for my problem for a while - without success. It isn't really a critical issue, but quite annoying anyways.
    Here's the problem i'm dealing with: I've developed an .NET application using Visual Studio 2005 and the included Crystal Report classes. When deploying my module everything works  as expected, offering a decent performance when loading the Crystal Report assemblies provided by the redistributable package - if an internet connection is available. If the system doesn't offer such a connection (e.g. not properly configured proxy settings) the module takes a huge amount of time to be loaded. An examination (using ProcMon) leaded to the conclusion that the Crystal Report assemblies try to retrieve the system connection settings from the registry in order to establish a connection to the internet. This is done only once when loading for the first time.
    Has anyone experienced the same problem? What is this connection used for? Is there a way to suppress this behaviour on systems without a valid internet connection in order to avoid this annoying long loading time?
    Thanks on advance for your help.
    Greetings,
    L.F.

    Nothing like a good vacation. And I got your christmas present early :). While you were away we (actually one other customer) figured it out. I have written a note re. the resolution that was supposed to be published yesterday, but it's still not out there, so here it is as I submitted it:
    Symptom
    When a report is loaded is takes between 150 - 180 seconds to display
    This is only reproducible on computers with no internet connection
    There are no error messages and the report comes up eventually
    Reproducing the Issue
    Create a Windows application with the following function calls:
              new Report()
             report.SetDataSource(dataSet)
    The function SetDataSource takes 2 plus minutes to execute
    Cause
    On SetDataSource() an attempt is made to connect to crl.verisign.com
    SetDataSource() uses the framework and as per the Microsoft Knowledge Base specified under "Resolution", it is actually the framework that is attempting the connection
    Resolution
    Solution is described in this Microsoft Knowlege Base:
    http://support.microsoft.com/kb/936707
    The following Microsoft article also discusses the issue:
    http://msdn.microsoft.com/en-us/library/bb629393.aspx
    An alternative workaround to the above is as follows:
    Open IE and go to the Tools menu and select Internet Options...
    Go to the Advanced tab
    Find the Security heading
    Under the Security heading find "Check for publisher's certificate revocation"
    Uncheck this option
    Keywords
    long time load crl.verisign.com certificate revoked internet
    The note will be published here:
    https://www.sdn.sap.com/irj/sdn/businessobjects-notes
    and the number will be 1270414
    Ludek

  • How to tune data loading time in BSO using 14 rules files ?

    Hello there,
    I'm using Hyperion-Essbase-Admin-Services v11.1.1.2 and the BSO Option.
    In a nightly process using MAXL i load new data into one Essbase-cube.
    In this nightly update process 14 account-members are updated by running 14 rules files one after another.
    These rules files connect 14 times by sql-connection to the same oracle database and the same table.
    I use this procedure because i cannot load 2 or more data fields using one rules file.
    It takes a long time to load up 14 accounts one after other.
    Now my Question: How can I minimise this data loading time ?
    This is what I found on Oracle Homepage:
    What's New
    Oracle Essbase V.11.1.1 Release Highlights
    Parallel SQL Data Loads- Supports up to 8 rules files via temporary load buffers.
    In an Older Thread John said:
    As it is version 11 why not use parallel sql loading, you can specify up to 8 load rules to load data in parallel.
    Example:
    import database AsoSamp.Sample data
    connect as TBC identified by 'password'
    using multiple rules_file 'rule1','rule2'
    to load_buffer_block starting with buffer_id 100
    on error write to "error.txt";
    But this is for ASO Option only.
    Can I use it in my MAXL also for BSO ?? Is there a sample ?
    What else is possible to tune up nightly update time ??
    Thanks in advance for every tip,
    Zeljko

    Thanks a lot for your support. I’m just a little confused.
    I will use an example to illustrate my problem a bit more clearly.
    This is the basic table, in my case a view, which is queried by all 14 rules files:
    column1 --- column2 --- column3 --- column4 --- ... ---column n
    dim 1 --- dim 2 --- dim 3 --- data1 --- data2 --- data3 --- ... --- data 14
    Region -- ID --- Product --- sales --- cogs ---- discounts --- ... --- amount
    West --- D1 --- Coffee --- 11001 --- 1,322 --- 10789 --- ... --- 548
    West --- D2 --- Tea10 --- 12011 --- 1,325 --- 10548 --- ... --- 589
    West --- S1 --- Tea10 --- 14115 --- 1,699 --- 10145 --- ... --- 852
    West --- C3 --- Tea10 --- 21053 --- 1,588 --- 10998 --- ... --- 981
    East ---- S2 --- Coffee --- 15563 --- 1,458 --- 10991 --- ... --- 876
    East ---- D1 --- Tea10 --- 15894 --- 1,664 --- 11615 --- ... --- 156
    East ---- D3 --- Coffee --- 19689 --- 1,989 --- 15615 --- ... --- 986
    East ---- C1 --- Coffee --- 18897 --- 1,988 --- 11898 --- ... --- 256
    East ---- C3 --- Tea10 --- 11699 --- 1,328 --- 12156 --- ... --- 9896
    Following 3 out of 14 (load-) rules files to load the data columns into the cube:
    Rules File1:
    dim 1 --- dim 2 --- dim 3 --- sales --- ignore --- ignore --- ... --- ignore
    Rules File2:
    dim 1 --- dim 2 --- dim 3 --- ignore --- cogs --- ignore --- ... --- ignore
    Rules File14:
    dim 1 --- dim 2 --- dim 3 --- ignore --- ignore --- ignore --- ... --- amount
    Is the upper table design what GlennS mentioned as a "Data" column concept which only allows a single numeric data value ?
    In this case I cant tag two or more columns as “Data fields”. I just can tag one column as “Data field”. Other data fields I have to tag as “ignore fields during data load”. Otherwise, when I validate the rules file, an Error occurs “only one field can contain the Data Field attribute”.
    Or may I skip this error massage and just try to tag all 14 fields as “Data fields” and “load data” ?
    Please advise.
    Am I right that the other way is to reconstruct the table/view (and the rules files) like follows to load all of the data in one pass:
    dim 0 --- dim 1 --- dim 2 --- dim 3 --- data
    Account --- Region -- ID --- Product --- data
    sales --- West --- D1 --- Coffee --- 11001
    sales --- West --- D2 --- Tea10 --- 12011
    sales --- West --- S1 --- Tea10 --- 14115
    sales --- West --- C3 --- Tea10 --- 21053
    sales --- East ---- S2 --- Coffee --- 15563
    sales --- East ---- D1 --- Tea10 --- 15894
    sales --- East ---- D3 --- Coffee --- 19689
    sales --- East ---- C1 --- Coffee --- 18897
    sales --- East ---- C3 --- Tea10 --- 11699
    cogs --- West --- D1 --- Coffee --- 1,322
    cogs --- West --- D2 --- Tea10 --- 1,325
    cogs --- West --- S1 --- Tea10 --- 1,699
    cogs --- West --- C3 --- Tea10 --- 1,588
    cogs --- East ---- S2 --- Coffee --- 1,458
    cogs --- East ---- D1 --- Tea10 --- 1,664
    cogs --- East ---- D3 --- Coffee --- 1,989
    cogs --- East ---- C1 --- Coffee --- 1,988
    cogs --- East ---- C3 --- Tea10 --- 1,328
    discounts --- West --- D1 --- Coffee --- 10789
    discounts --- West --- D2 --- Tea10 --- 10548
    discounts --- West --- S1 --- Tea10 --- 10145
    discounts --- West --- C3 --- Tea10 --- 10998
    discounts --- East ---- S2 --- Coffee --- 10991
    discounts --- East ---- D1 --- Tea10 --- 11615
    discounts --- East ---- D3 --- Coffee --- 15615
    discounts --- East ---- C1 --- Coffee --- 11898
    discounts --- East ---- C3 --- Tea10 --- 12156
    amount --- West --- D1 --- Coffee --- 548
    amount --- West --- D2 --- Tea10 --- 589
    amount --- West --- S1 --- Tea10 --- 852
    amount --- West --- C3 --- Tea10 --- 981
    amount --- East ---- S2 --- Coffee --- 876
    amount --- East ---- D1 --- Tea10 --- 156
    amount --- East ---- D3 --- Coffee --- 986
    amount --- East ---- C1 --- Coffee --- 256
    amount --- East ---- C3 --- Tea10 --- 9896
    And the third way is to adjust the essbase.cfg parameters DLTHREADSPREPARE and DLTHREADSWRITE (and DLSINGLETHREADPERSTAGE)
    I just want to be sure that I understand your suggestions.
    Many thanks for awesome help,
    Zeljko

  • Can this html code be changed to speed up the image load time?

    I found some html that creates a auto running slide show. I've got three images (small image sizes) but it is slow to start up when the page is first opened. http://web.me.com/phelpssculpture/Site/test.html this is the escaped code:
    <center><img id='imageholder' src='' ></img></center>
    <script type='text/javascript'>
    images = new Array();
    images.push('http://web.me.com/phelpssculpture/Docs/typewriterprpage.jpg');
    images.push('http://web.me.com/phelpssculpture/Docs/royalprpage.jpg');
    images.push('http://web.me.com/phelpssculpture/Docs/Lovetest.jpg');
    var image_index = 0;
    function rotateImage() {
    if (image_index == images.length - 1) { image_index = 0 } else { image_index++ }
    document.getElementById('imageholder').src = images[image_index];
    setInterval('rotateImage()', 5000);
    </script>
    I have a page: http://web.me.com/phelpssculpture/Site/Resume.html
    that has a rollover image (from OldToad) that has two images about the same file size and located in the same folder on my iDisk as the other slide show images but it seems to load instantly.
    this is the escaped code:
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    loadImage1 = new Image();
    loadImage1.src="http://web.me.com/phelpssculpture/Docs/typewriterprpage.jpg";
    staticImage1 = new Image();
    staticImage1.src="http://web.me.com/phelpssculpture/Docs/royalprpage.jpg";
    // End -->
    </script>
    <a href="http://web.mac.com/phelpssculpture/Site/royal.html" onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
    <img name="image1" src="http://web.me.com/phelpssculpture/Docs/royalprpage.jpg" border=0></a>
    Does anyone know if it's possible to improve the html of the slideshow snippet to speed up the initial load time?
    Thanks, David

    Ethmoid:
    There are seven different pages: http://web.me.com/phelpssculpture/Site/movieroyal_davidphelps.html
    Each link is directed to a different page.
    I created the basic layout on one page and then duplicated the page six times.
    the links are in one text box ( that's why they're lined up well ) and each individual word is activated as a link. I changed the background color of the forward tab to match the color of the main shape and used the send forward or send backward command to get the tabs to look right on each page.
    The only problem with the words being in a single text box is that explorer doesn't render the spacing correctly and they fall off their respective tabs. When I get time I will put each word in it's own text box ( it's not that hard to align them ) so it will render properly in explorer.
    Sincerely, David Phelps

  • Creative Zen loading music problem

    "Creative Zen loading music problem?I just started using a creative zen (DVP-FL000, 6Gb) player and i'm having?a few issues copying music onto it.
    I have loaded the latest firmware (.2.03e) onto it and formatted it so was clean when i started loading my music on.
    I'm using winamp on winxp to copy my music to the player, but occasionally i get tracks that wont copy to the player. Winamp just shows 'unspecified error'. If a file fails to copy it will never copy, no matter how many times i try. Somtimes its a random track, sometimes an entire album.
    So i also tried copying the tracks that wont copy using windows explorer, it appears to copy but the file never appears on the device. The same is also true when i try it on my Windows7 laptop with explorer, it will appear to be copying but then part way through it will report that the device has stopped responding.
    It only seems to happen with windows media files, all my mp3s copy fine. The files that dont copy probably represent about 0% of my music but play fine on all my other players.
    sorry for the long post, just really scratching my head with this one!
    anyone have any ideas?

    solved
    did a 'clean up' in the recovery menu, no problems transferring tracks since

  • SLOW LOADING TIME TO HOME MENU SCREEN

    I've started to noticed increased loading time to my home menu screen whenever I'm using any application. This occurs even when I'm in the Contacts app, SMS app, or any 3rd-party app. Previously before I began to experience this slow lag time, the home menu screen would pop up as soon as I hit the home button. I did a hard reset (Erased All Content and Settings) and the problems still occurs even before I re-installed all of my applications. Anyone else experience this? I do hope the upcoming bug software fix will remedy this annoying problem, along with the lag time in the Contacts app.

    Sorry I tried to delete the other duplicate post prior to posting this one. I wasn't able to. The other posting was deleted. I'm not able to view the response. Can anyone please respond to this posting?

Maybe you are looking for

  • Jabber for Mac - End User unable to Cut & Paste Images in IM

    Full discloure: I am an END USER, not an IT admin or anything like that. Not sure if this is the proper forum to ask this question but figured it was worth a shot... Running OSX 10.9.1 and Jabber 9.2.1. I am unable to copy-and-paste images into IM co

  • Noise on the left side of the keyboard?

    I have a MacBook Pro and since 2 days ago I'm hearing a noise of the left side of the keyboard. The noise is constant and it looks like its from the disk. Why it can be? I'm not able to describe the noise but it sounds like the disk working but with

  • Any possiblity to use single Inbound Service Interface with multiple Receiver Agreements

    Hi All, Scenario: PROXY to FILE. Requirement is to receive to two locations. Is it possible to use single Inbound interface with multiple Receiver Agreements. I tried using two operation in the Inbound Service Interface, and Operation Specific in Det

  • When routine will called in the include ZXRSRZZZ

    Hi, I created one virtual Characterstic, I wanted display constant value in the report for that Virtual characterstics, I included virtualcharacter in the rows I didn't assigned any variable to that characterstics. Do I need to assign any variable fo

  • Error: PDF Embbed and PDF Subset

    Hi, i'm trying to print a PDF report in my web browser using the new PDF Subset feature of Reports Server 9i to subset a barcode font but i'm having the following problem: When the PDF is being generated, Adobe Acrobat 5 is showing the error (110) -