problem about load-time-Collection of common programming errors


  • Aaron Digulla
    windows performance load-time
    I’m sure many have noticed that when you have a large application (i.e. something requiring a few MBs of DLLs) it loads much faster the second time than the first time. The same happens if you read a large file in your application. It’s read much faster after the first time.What affects this? I suppose this is the hard-drive cache, or is the OS adding some memory-caching of its own.What techniques do you use to speed-up the loading times of large applications and files?Thanks in advanceNote: th

  • Aad
    c compiler-errors initialization runtime load-time
    This question already has an answer here:initializing static variable with a function call gives compilation error?3 answersIn the below example, I get an error on compilationint main() {int x = 10; // guess this is runtime initialisationstatic int y = x; //guess this is loadtime initialisationprintf(“x = %d, y = %d”, x, y);}Error:error: initializer element is not constantMy understanding is this is related to the way static and global members are initialised as against auto variables. I wanted

  • matt74tm
    load-time measure
    How can I test my site “as if” users have logged in and then accessing different parts of the website?I saw http://webmasters.stackexchange.com/questions/128/is-there-a-good-way-to-measure-my-sites-response-time-from-different-parts-of-th but it looks like its just for a “outside” / publicly visible page.

  • tirengarfio
    seo domains web-hosting optimization load-time
    I bought a domain in a very well know provider of domains in USA (Godaddy).Now I want to use that domain for a site (local bussines) hosted in a server in Spain, and I’m wondering if I will get shorter response times if I have bought the domain in the same firm where I contract the hosting, or if search engines punish my site because of that.

  • waxical
    javascript swfobject load-time
    Having a number of people complaining of slow load times on an SWF, but it appears fine this end.I’d like to add a load timer in the SWFObject javascript to time how long it takes to load an SWF and then send it back to us (I’ll do that via AJAX).I’ve looked into possibles with SWFObject callback, which starts a timer every 10millisecodns and then will stop once success. But, looking at this, this is just a switch if embed has been successful, not load.function loadSWF(playURL){swfobject.embedSW

Web site is in building