0
votes
3answers
42 views
Can I use Compression in WCF?
Hi, we hosted WCF services in IIS 5.1 wndows xp sp3 with httpBasicBinding. The data tranferered is huge in size and transfered every 1 minute. For this to less data transfer Is i …
0
votes
2answers
36 views
how to send zipped (ASCII) data in an HTTP response from PHP
I am writing a service that sends data as a response, to a client.
I am sending text (PLAIN ASCII) data, but I want to compress the data first (uzing any of the standard compressi …
0
votes
1answer
31 views
Test Server HTTP 1.1 Compression
Hi,
I want to find about the HTTP 1.1 compression of the site I am talking to.
I need to do it programmatically in Java.
What I want to find out is:
Does the server support comp …
1
vote
3answers
180 views
What’s the best component for compressing javascript files with GZip, Deflate?
I have just created Javascript & CSS handler for optimization file size using both YUI Compressor & GZip or Deflate compressor depend on request header. The following code …
0
votes
2answers
117 views
Why does my IE progress bar keep going after every other page load?
I'm seeing this issue.
I have a relatively simple ASP.NET page with a gridview and some buttons. When I click a button, the page re-binds the grid and posts back.
What's strange …
0
votes
2answers
103 views
Manually gziped js files not working
Hey guys!,
Does anyone know what might be causing this to happen?
The file is uploaded correctly, it has the right permissions, and the <script> tag points to it correctly. …
3
votes
4answers
235 views
Can I compress HTTP Requests using GZIP?
I am communicating to a Tomcat Server using a Java ME application on my mobile device.
I was wondering if I could compress my requests/responses using Gzip to reduce the number of …
0
votes
2answers
73 views
Deflate algorithm - deflate stream format - documentation beyond RFC1951
I'm interested on documentation of the deflate stream format or deflate algorithm which goes beyond RFC1951. Sample streams, implementation hints whatever may be interesting.
0
votes
0answers
47 views
Snippet of page source occasionally appears in the middle of page content
Every so often recently, a subset of our users report seeing small snippets of page source, such as part of a declaration cut off abruptly, displayed in the middle of the page whe …
0
votes
2answers
132 views
HTTP compression - How to send precompressed files that exist in a EAR file?
Is it possible to send pre-compressed files that are contained within an EARfile? More specifically, the jsp and js files within the WAR file. I am using Apache HTTP as the web ser …
0
votes
2answers
149 views
IIS7 Compression Failure
I'm having issues with IIS7's static compression. I've read some of the other posts, and I'm out of options. Here's what I have:
In the applicationHost.config, I've set up:
& …
1
vote
4answers
557 views
HttpWebRequest & Native GZip Compression
When requesting a page with Gzip compression I am getting a lot of the following errors:
System.IO.InvalidDataException: The
CRC in GZip footer does not match the
CRC calcu …
0
votes
1answer
64 views
Changing compression level on shared hosting
How can i change static and dynamic compression for my asp.net website?
i use DiscountAsp on IIS 7 servers and i don't think they could let me change the compression level on the a …
1
vote
1answer
140 views
How do I get HttpCompression (GZip) to work with URL Routing (Extensionless URLs) on IIS 6.
Okay,
URL Routing is great. Extensionless URLS, SEO friendly etc. However, it seems that IIS 6 doesn't perform compression on sites that use Extensionless URLs.
WildCard Mapping …
3
votes
1answer
339 views
Why is ScriptResource.axd compressed, even though IIS compression is disabled?
I run an ASP.NET application on IIS 6.0. Usually I have compression turned on for both dynamic and static files. However, I've turned compression off temporarily, but "ScriptResour …
