Coldfusion Keep-Alives and GZip Tutorial
|
05-11-2010, 04:45 AM
Post: #1
|
|||
|
|||
Coldfusion Keep-Alives and GZip Tutorial
Hey there,
It took me a few days to figure out how to GZIP coldfusion (.cfm) files while making sure keep-alives were enabled. I across the following article describing how to make HTTP KeepAlives and Coldfusion Servers work together: http://www.cisco.com/en/US/products/hw/c...409d.shtml The line that lead me to a solution was packets need to contain a content-length value. So here is my solution to getting coldfusion (.cfm) files GZIPPED and Keep-Alives enabled: Code: <cfscript> I hope this comes in handy for other coldfusion developers working on page speed issues. Sincerely, Travis Walters |
|||
05-28-2010, 01:19 AM
Post: #2
|
|||
|
|||
RE: Coldfusion Keep-Alives and GZip Tutorial | |||
05-31-2010, 02:45 AM
Post: #3
|
|||
|
|||
RE: Coldfusion Keep-Alives and GZip Tutorial
great tut! helped me a lot
![]() |
|||
06-16-2010, 04:35 PM
Post: #4
|
|||
|
|||
RE: Coldfusion Keep-Alives and GZip Tutorial
Hey Guys,
Something else I recommend having in my script: <cfheader name="Expires" value="#GetHttpTimeString(DateAdd('m', 1, Now()))#"> This helps caching a bit. You can set the time for whatever you want as long as it follows the produced output in the line above. Sincerely, Travis Walters |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)