Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 783 results for
gzip
- Page 1
Re: GZIP in Struts
Programming
Web Development
16 Years Ago
by ~s.o.s~
GZIP
or any other compression when used for web applications is almost/always at the web server/web container level rather than the framework/technology used. Do a web search for '
gzip
apache' or '
gzip
tomcat' for more details.
gzip
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by harishprakash
how to use
gzip
compression on my site?
Re: gzip
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by pritaeas
http://betterexplained.com/articles/how-to-optimize-your-site-with-
gzip
-compression/ Assuming you are running Apache.
GZIP in Struts
Programming
Web Development
16 Years Ago
by adityam4444
Hello Everybody I want to use
Gzip
compression in my web application which is under construction. I … Struts and I want to know how to use
Gzip
in Struts. As
Gzip
concept is very new for me, it will… be better if a little detailed explanation of
Gzip
process is provided. Step-wise explanation will do. Thanks in…
GZip Zero Array
Programming
Software Development
14 Years Ago
by Mattan360
… GZipStream(outS, CompressionMode.Compress, true); //inS.CopyTo((Stream)
gzip
);
gzip
.Write(filebyte, 0, filebyte.Length);
gzip
.Close(); byte[] compressed = new byte[outS.Length…
GZIP Problem with CSS and JavaScript
Programming
Web Development
15 Years Ago
by jonow
I am trying to enable
Gzip
for CSS and JavaScript but whenever I do it the …
Re: GZIP Problem with CSS and JavaScript
Programming
Web Development
15 Years Ago
by digital-ether
… -- end Hijack[/QUOTE] These libraries may be helpful: Standalone minification/
gzip
- [url]http://code.google.com/p/minify/[/url] Wordpress - [url…
Gzip script
Programming
Software Development
14 Years Ago
by kubber
… start? Maybe there's a secret switch in tar or
gzip
?
How to uploade the .gzip file to Swift Object Store?
Programming
Software Development
9 Months Ago
by Hanginium65
…Connection, logger from swiftclient.client import ClientException import
gzip
# Create a password auth plugin auth = v3…16.psql.gz", contents=file_gz_content, content_type='application/
gzip
' ) # Confirm the presence of the object …
Need bash script to get data from gzip file and compare time stamp
Programming
Software Development
15 Years Ago
by gubbu
…-18) 2009-10-17 01:33:00,710 Beginning a.
gzip
2009-10-17 01:33:56,704 Completed a….
gzip
2009-10-17 01:33:56,704 Beginning b.
gzip
2009-10-17 01:34…:45,828 Completed b.
gzip
Now I have a directory which has all these files …
Disable website Gzip compression
Digital Media
UI / UX Design
10 Years Ago
by Eric_9
… the following code in my .htaccess file to enable
Gzip
compression: <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk… ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*
gzip
.* </ifModule> # compress text, html, javascript, css, xml…
how Simultaneous enable gzip and $STR_REPLACE=(in cgi) in apache
Programming
Web Development
9 Years Ago
by body212
Hi, i have a code in my cgi script for replace text(for example replace red ro blue) $STR_SEARCH='red' $STR_REPLACE='blue' this work fine.but when i want use
gzip
for compression,
gzip
will not work but when i disable the replace,
gzip
will be work fine. please help me ,that how i can enable the replace and
gzip
Simultaneous . thx
Re: How to uploade the .gzip file to Swift Object Store?
Programming
Software Development
9 Months Ago
by Hanginium65
… netbox_2024-07-09.psql.gz netbox_2024-07-09.psql.gz:
gzip
compressed data, last modified: Tue Jul 9 07:56:02… sure in my code that its content type is application/
gzip
Re: Disable website Gzip compression
Digital Media
UI / UX Design
10 Years Ago
by rtrethewey
… a tutorial somewhere that included 3 different ways of enabling
gzip
. I'd be surprised if that worked. Deleting the .…htaccess file would certainly disable
gzip
. If that caused a problem, then just delete all of…posted here. Generally, it's a good idea to enable
gzip
to speed up your site for users, but it can…
uncompress gzip file in vb6
Programming
Software Development
16 Years Ago
by laoballer
…application and would like to be able to decompress these
gzip
files. I've done some research and found very … and infozip, not sure if infozip can work with
gzip
files but there aren't many documentations on how to…use either. Has anyone done anything similar to this? Implementing
gzip
in a vb6 application. Any help would be greatly appreciated…
Re: Need bash script to get data from gzip file and compare time stamp
Programming
Software Development
15 Years Ago
by JeoSaurus
Howdy Gubbu! I'm not sure I understand the end result you're looking for in this script. Is the purpose to see how long it takes to create the
gzip
file, or to compare time stamps between two different
gzip
files? Thanks! -G
Help with shell script to auto gzip a .sql dump after backup
Programming
Software Development
21 Years Ago
by floris
… the stress and load easy to also
gzip
the results. But how do I
gzip
the result properly using a .php script…
Save Bandwith! Set your servers to gzip now!
Hardware and Software
Microsoft Windows
21 Years Ago
by Tekmaven
… lot of reading about compressing your servers output stream. Before
gzip
compression, the bink.nu homepage was about 321k! This means… for a normal 56k user to download the page. After
gzip
compression, the page is 79k! Now it takes the same…
Re: Save Bandwith! Set your servers to gzip now!
Hardware and Software
Microsoft Windows
21 Years Ago
by TheOgre
… Apache, in httpd.conf, look for this line: AddEncoding x-
gzip
gz tgz It's usually on by default, but if… mod_mime.c>[indent] AddEncoding x-compress Z AddEncoding x-
gzip
gz tgz[/indent] If you don't have that module…
tar/gzip questions
Hardware and Software
Linux and Unix
17 Years Ago
by DougC
… assistance here... I can tar a file and I can
gzip
the tar'ed file but... when I download the gzipped… the commands I used.... tar -cvf foo.tar foo.com/
gzip
-c foo.tar > foo.tar.gz I am not…
Compressing a gzip file (.gz)
Programming
Software Development
16 Years Ago
by skelly16
Hi All Anyway of compressing a
gzip
file down evern further. I have a file which is already compressed by
gzip
but is till to big to email. Any ideas how to make it even smaller???
Re: Compressing a gzip file (.gz)
Programming
Software Development
16 Years Ago
by skelly16
Hi The problem is that the file comes in already
gzip
, unless i could get my script to uncompress then
gzip
-8 filename again??
ASP.net GZip Compression
Programming
Web Development
15 Years Ago
by amitverma80
Hi, I am using
GZip
Compression in my ASP.Net application. All of my web … from a BasePage Class. In my BasePage I have implemented
Gzip
Compression. On Page1.aspx on button click I am using…
CMS Cache, Gzip and Cloudflare can they all work together?
Digital Media
UI / UX Design
11 Years Ago
by wonderland
… find out can CMS caching mechanism (For example Joomla cache),
Gzip
compression and Cloudflare work all together in perfect harmony? I… at once? If I use cloudflare do CMS cache and
Gzip
even matter? P.S What other tools do you use…
Re: CMS Cache, Gzip and Cloudflare can they all work together?
Digital Media
UI / UX Design
11 Years Ago
by LastMitch
… don't think **HTML/CSS** code can make **CMS Cache,
Gzip
and Cloudflare** work. You can used **PHP** to make **cache…
Re: Compressing a gzip file (.gz)
Programming
Software Development
16 Years Ago
by masijade
Not that I think you'll win much, but did you use the -9 option when you created the
gzip
file? Otherwise, split and join.
Ajax and gzip
Programming
Web Development
16 Years Ago
by viklund_anders
Hi, I am trying to get the contents of a
gzip
file located on the server. This code only prints the …
php generated xml and gzip
Programming
Web Development
15 Years Ago
by VIeditorlover
Hi, I have a php script which generates loooong 500kB+ scripts. If there were
gzip
used it should greatly improve performance. I have found this magic line: [code] <?php ob_start( 'ob_gzhandler' ); ?> [/code] but nothing happened - no error, but dumped data are not definitely gzipped. What should I do???
Compressing .css , .js , with gzip
Programming
Web Development
13 Years Ago
by opjjuly
hey guys, i have quiet a number of .css and .js files on my website <head></head> pages. how do i compress them with
gzip
?
Re: Compressing .css , .js , with gzip
Programming
Web Development
13 Years Ago
by almostbob
… ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*
gzip
.* </IfModule> [/code] which acts on all files of…
1
2
3
14
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC