Most voted "gzip" questions
Gzip/gzip is both the name of a compressed data format and any of the various application software applications in this format. It is commonly used to compress HTTP requests and responses, and combined with tar format for archiving.
Learn more…19 questions
Sort by count of
-
8
votes2
answers419
viewsHow do Nginx provide pre-compressed content?
I’ve already enabled the module Httpgzipstaticmodule, and defined the variable gzip_static on; But in the response headers of a GET request does not appear Content-Encoding gzip…
-
7
votes3
answers1253
viewsWhat is Gzip? How does it improve a website?
How exactly Gzip improves a site’s performance? I wonder what it’s like under the table. I saw that some sites that test the speed of other sites usually check the gGzip, but what is this? How…
-
6
votes1
answer989
viewsHow to reduce the size of a variable passed via POST by compressing it
My application in Android picks up the String sends to the arquivo.php that processes the data. I soon realized I couldn’t pass the code on base64 to the arquivo.php. I need some function in java…
-
4
votes1
answer576
viewsGzip Javascript implementation
Javascript and Localstorage get along very well, but one of them is always saying that there is no space. The idea would be to get a solution, like Gzip in Javascript so we can compress the…
-
4
votes1
answer898
viewsServer cannot attach a header after HTTP headers have been sent
Good morning, I have the following code that I use to compress the controllers using the GZip. I log in to the system normally, but if I try to change registered company the following error is…
-
3
votes1
answer221
viewsDoubts about gzip compression on IIS servers
I have a question, I have accommodation in kinghost and before activating the support I would like to know if what happens is even a problem. what happens is that the static files (mainly in…
-
2
votes1
answer419
viewsWhat is the best type of file compression to optimize server response?
Recently I have been researching ways to improve the server performance, decreasing its load and consequently increasing its speed. I found several types of compression and benchmarks comparing the…
-
1
votes1
answer79
viewsCan I use GZIP compression on files that have been minified by Gulp or Grunt?
Can I use GZIP compression on files that have been minified by Gulp or Grunt? I wonder if there is possibility that I have problems regarding this. Or if I would have an even faster upload on the…
-
1
votes1
answer185
viewsHow to unzip a GZIP standard compressed string in PHP?
Precise unzip a string compressed in GZIP standard in PHP. The field type is base64Binary. I’ve tried to: gzinflate($string); gzdecode($string); gzuncompress($string); But I only had return of "data…
-
1
votes1
answer110
viewsHow to call compressed HTML file with gz?
I’m starting to use gzip, I compressed a JS file but when I call it in HTML, the error in the console. IN HTML <script…
-
1
votes0
answers80
viewsHow do I activate resource compression with gzip or deflate on my website?
I cannot activate resource compression with gzip or deflate on my website. On the server the option is already enabled and on .htaccess also, only that page speed still keeps saying that compression…
-
1
votes1
answer76
viewsASP.Net - Javascript file compression / Text Gzip
Good afternoon, I’m having a hard time configuring traffic compression using the GZip. Below are the steps I have already taken to effect compression: I’ve already enabled windows features related…
-
0
votes2
answers1199
viewsGzip compression using Apache server
How to enable gzip compression in Apache? I took a look and saw that it is by htaccess, but every article I read passes a different instruction. Is there any material, article or thing like that…
-
0
votes1
answer125
viewsHow to check if the server is sending content using GZIP compression?
Is there any browser feature to check if the server is sending content (HTML, JS, JSON, CSS, etc.) using gzip compression?
-
0
votes0
answers25
viewsCloudflare is corrupting my files?
Guys, after I’m using cloudflare service (caching and protection) my files . static zip when clients download, it comes corrupted, being that inside the server it is normal.. someone has already…
-
0
votes2
answers264
viewsI cannot enable GZIP cache and compression on my website. Why?
I have a client site to optimize on Wordpress. He was scoring 32 and 34 on the mobile and desktop test at Google’s Pagespeed Insights, respectively. I improved some items and the grades went up to…
-
0
votes1
answer55
viewsLinux Package . TAR Autoinstallable
I am following this procedure to create a file compactado autoexecutável but I’m not succeeding, something is missing? Compact the files to pacote.tar.gz I create file pacote.sh with the following…
-
0
votes1
answer873
viewsUnzip file . gz with Python
I’m using the code below that I took at this address. But I’m not able to unzip files .gz. I’ve tried the library tarfile, but without success. Follow the code below: from io import BytesIO from…
-
0
votes0
answers30
viewsProblem in file compression and caching in wordpress and page insights score
all right? I have a problem in the process of improving the score in google page insights. The current score is +-40 and the google report points out the following issues: Enable text Compression…