Chunked..
|
04-04-2012, 10:59 PM
(This post was last modified: 04-04-2012 11:01 PM by Lennie.)
Post: #5
|
|||
|
|||
RE: Chunked..
You haven't told us a lot.
If you are service static files like PNG, JPG, CSS or JS you should have no chunking if you have no special rules in your webserver. You might have automatic compression of CSS, JS setup I don't know. Are you serving HTML through a CDN ? Or maybe generating CSS or JS on the fly ? If you are using something like PHP to generate HTML, CSS or JS, you should be looking at flush() and ob_* (ob_flush () and friends) function calls. If you are doing gzip compression in PHP, maybe something like ob_start ('ob_gzhandler') or http://www.jpcache.com/ you should look into that as well. Maybe you should check if you are using the Vary-header correctly. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: Chunked.. - p83822 - 03-28-2012, 04:09 PM
RE: Chunked.. - pmeenan - 03-29-2012, 03:52 AM
RE: Chunked.. - p83822 - 04-04-2012, 02:58 AM
RE: Chunked.. - Lennie - 04-04-2012 10:59 PM
|
User(s) browsing this thread: 1 Guest(s)