You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michael Mikhulya (JIRA)" <ji...@apache.org> on 2009/12/28 14:05:29 UTC

[jira] Created: (WICKET-2645) Resources aren't gziped by default

Resources aren't gziped by default
----------------------------------

                 Key: WICKET-2645
                 URL: https://issues.apache.org/jira/browse/WICKET-2645
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.4.5
            Reporter: Michael Mikhulya


Wicket gzips its resources by default. The only exception is wicket-datetime module.
I think it is worth to use the same policy within wicket subprojects, especially taking into account that usage of DatePicker adds more than 100 Kb of uncompressed java scripts.

Here are an headers of request and response:

Request headers:

Host	127.0.0.1:8080
User-Agent	Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6
Accept	*/*
Accept-Language	ru,en-us;q=0.7,en;q=0.3
Accept-Encoding	gzip,deflate
Accept-Charset	windows-1251,utf-8;q=0.7,*;q=0.7
Keep-Alive	300
Connection	keep-alive
Referer	http://127.0.0.1:8080/?t=1


Response headers:
Server	Apache-Coyote/1.1
Last-Modified	Mon, 21 Dec 2009 07:26:23 GMT
Expires	Mon, 28 Dec 2009 13:42:11 GMT
Cache-Control	max-age=3600
Content-Type	text/javascript;charset=UTF-8
Content-Length	68179
Date	Mon, 28 Dec 2009 12:42:10 GMT


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2645) Resources aren't gziped by default

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2645.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.6
         Assignee: Juergen Donnerstag

> Resources aren't gziped by default
> ----------------------------------
>
>                 Key: WICKET-2645
>                 URL: https://issues.apache.org/jira/browse/WICKET-2645
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.5
>            Reporter: Michael Mikhulya
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.6, 1.5-M1
>
>
> Wicket gzips its resources by default. The only exception is wicket-datetime module.
> I think it is worth to use the same policy within wicket subprojects, especially taking into account that usage of DatePicker adds more than 100 Kb of uncompressed java scripts.
> Here are an headers of request and response:
> Request headers:
> Host	127.0.0.1:8080
> User-Agent	Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6
> Accept	*/*
> Accept-Language	ru,en-us;q=0.7,en;q=0.3
> Accept-Encoding	gzip,deflate
> Accept-Charset	windows-1251,utf-8;q=0.7,*;q=0.7
> Keep-Alive	300
> Connection	keep-alive
> Referer	http://127.0.0.1:8080/?t=1
> Response headers:
> Server	Apache-Coyote/1.1
> Last-Modified	Mon, 21 Dec 2009 07:26:23 GMT
> Expires	Mon, 28 Dec 2009 13:42:11 GMT
> Cache-Control	max-age=3600
> Content-Type	text/javascript;charset=UTF-8
> Content-Length	68179
> Date	Mon, 28 Dec 2009 12:42:10 GMT

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.