Contents Index Topic Contents | ||
Previous Topic: Developing an Active Channel Next Topic: Guidelines for Active Channel Logo Images |
Optimizing Active Channels over HTTP
Web publishers are strongly encouraged to follow the size guidelines discussed in the Design Guidelines for Active Channels section. In addition to considering bandwidth issues, Web publishers should support the following HTTP headers to ensure efficient use of their site by eliminating unnecessary data transfer:
- Send a "Last-Modified" response header upon HEAD and GET requests. This allows the CDF client to monitor changes to the channel without downloading any resources.
- Use the LASTMOD= attribute on ITEM elements. This optimization technique prevents Internet Explorer from hitting the server to retrieve the last modified date for each item referenced in the CDF file.
- Use the "Expires" response header to indicate the lifetime of the resource.
- Don't send the "Pragma: no-cache" response header unless absolutely necessary.
- Support the "If-Modified-Since" request header.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.