Questions tagged as 'gzip'

2
answers

How to make Nginx provide prepackaged content?

I've already enabled the HttpGzipStaticModule module and set the gzip_static on; But in response headers of a GET request does not appear Content-Encoding gzip     
asked by 12.12.2013 / 03:44
3
answers

What is Gzip? How does it improve a website?

How exactly does Gzip improve the performance of a website? I wanted to know what it's like under the covers. I've seen that some sites that test the speed of other sites usually check gGzip, but what's this? How exactly does it work?...
asked by 07.02.2017 / 13:40
1
answer

How to reduce the size of a variable passed via POST by compressing it

My application in Android gets the String sends to the arquivo.php that processes the data. I soon saw that I could not pass the code in base64 to arquivo.php . I need some function in java that compre...
asked by 17.06.2015 / 20:34
1
answer

Gzip JavaScript implementation [duplicate]

JavaScript and LocalStorage go very well, but one of them is always saying that it has no space. The idea would be to get a solution like Gzip in JavaScript so we can compress the information to be saved in LocalStorage. How can we do da...
asked by 08.04.2015 / 01:41
1
answer

Doubts about gzip compression on IIS servers

I'm having a question, I'm hosting kinghost and before activating support I'd like to know if what's going on is really a problem. What happens is that the static files (mainly the css and js ) are not always being delivered. Content...
asked by 15.12.2015 / 11:45
0
answers

Server can not attach a header after the HTTP headers have been sent

Good morning, I have the following code that I use to compress the controllers using GZip . I log in to the system normally, but if I try to change the company, the following error is displayed:    Server can not attach a header a...
asked by 27.12.2018 / 11:46
1
answer

How to unzip a compressed string in GZIP standard in PHP?

I need to uncompress a string compressed in the GZIP standard in PHP. The field type is base64Binary. I've tried: gzinflate($string); gzdecode($string); gzuncompress($string); But I only had return of "data error" in using th...
asked by 19.06.2017 / 18:51
1
answer

ASP.Net - JavaScript / Text GZip File Compression

Good afternoon, I'm having a hard time configuring traffic compression using GZip . Here are the steps I've taken to make compression work: I have already enabled the features of windows related to compressing files on the web; I'...
asked by 10.12.2018 / 18:48
1
answer

What is the best type of file compression to optimize server response?

Recently I've been researching ways to improve server performance, reducing its load and consequently increasing its speed. I found several types of compacts and benchmarks comparing the different types of compressed files, but all tests carried...
asked by 16.11.2017 / 13:14
1
answer

How to draw file in gz compressed HTML?

I'm starting to use gzip, I compress a JS file but when I call it in HTML, the error in the console.     NO HTML <script src="/presencial/includes/jorge_includes/all/js/main.js.gz/main.js"></script> The folder is as follows:...
asked by 02.02.2018 / 15:33