Closed (works as designed)
Project:
Google Analytics
Version:
6.x-3.0
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2010 at 21:46 UTC
Updated:
4 Apr 2016 at 09:51 UTC
Jump to comment: Most recent
Comments
Comment #1
hass commentedThere is no out of the box gzip support in drupal 6 core. The rest is as google designed it.
Comment #2
armanschwarz commentedAllowing the code to aggregate and gzip would be a huge benefit. I don't know why you say core doesn't gzip, that's not really the point. The aggregator module does gzip and in 7.x it's core so I don't see why you wouldn't want to take advantage of it. Since the code is being served locally (my ga.js file comes from sites/default/files/googleanalytics/ga.js) I don't see why you wouldn't allow this to happen.
Comment #3
jvinci commentedI'm going to agree with Jason here. It would be nice to have the javascript compressed (But leaving issue status as closed out of respect for the hard work this module's maintainer puts in.)
Comment #4
jelo commentedCould we open this up again? It is still an issue in D7. If you use Google Webmaster Tools they complain about the local analytics.js file not being compressed or minified. Despite the default Apache config including compression settings:
Why would we not serve the file compressed?
Comment #5
IckZ commentedany updates for this?