Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Stressed_Simon #1
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
-
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... -
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 . "... -
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... -
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...... -
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... -
Coldguru #2
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
-
Stressed_Simon #3
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
-
Stressed_Simon #4
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



Reply With Quote

