How to Improve Download spped

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Re: How to Improve Download spped

    Then I would definietely archive it in a .cfm file then you can just cfinclude
    it which will be lightning compared to how you do it now. CFM files get
    compiled so can be added to files via cfinclude with very litle overhead.

    Stressed_Simon Guest

  2. Similar Questions and Discussions

    1. In what way do I have to improve???
      Hi Folks, as you may have noticed, I'm pretty new here.... Hello to all of you..... I 'll do my very best to help where I can (will need a lot of...
    2. How to improve this line?
      Hello, Following SQL line works OK but must be possible to improve the code?! $query = "select * from dbasetable where " . "((" . $_POST . "...
    3. FreeHand MX better improve
      hi all freehand lover, with adobe coming out its "creative suite" soon. I think fh users are going to dwindle further. MM is not giving lot of...
    4. need comment to improve
      Hi there, This is my second website made with Flash..,, Any suggestions would help my design in the future.... Feel free to make your comment......
    5. How to improve SQL
      Hi All, Can you explain me how to improve this sql statement. The "top" command showed this SQL program took about 50% CPU resource. When it run...
  3. #2

    Default Re: How to Improve Download spped

    I do not know how to archive . can you give me more details related to archiving to a file.
    Coldguru Guest

  4. #3

    Default Re: How to Improve Download spped

    Well instead of creating the excel spreadsheet, save all the html that you use
    to output it into a variable. Then use cffile to save it as a .cfm file. Then
    when someone calls your spreadsheet then you can just cfinclude that instead of
    the database call and that will spead up the process.

    The best way to do this would be to run a scheduled task that update this file
    everyday.

    If there are any specifics that you do not get then let me know and I'll go
    into it in more detail.

    Stressed_Simon Guest

  5. #4

    Default Re: How to Improve Download spped

    Also bear in mind that this is never going to be superquick as 40k records is a lot of byes of info which have to be downloaded.
    Stressed_Simon Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139