You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/05/21 11:22:00 UTC

[jira] [Commented] (CLOUDSTACK-8499) UI reload perfomance is poor in index.jsp

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553956#comment-14553956 ] 

ASF GitHub Bot commented on CLOUDSTACK-8499:
--------------------------------------------

GitHub user rsafonseca opened a pull request:

    https://github.com/apache/cloudstack/pull/277

    Fixuireload

    This PR is for issue https://issues.apache.org/jira/i#browse/CLOUDSTACK-8499
    
    This affects all versions of cloudstack and can be cleanly applied to all supported branches.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rsafonseca/cloudstack fixuireload

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/277.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #277
    
----
commit 0f18205b27e5ffcc4ea5a1f28ce29a0edd8001ab
Author: Rafael da Fonseca <rs...@gmail.com>
Date:   2015-05-21T08:10:05Z

    Fixed problem with static files reload:
    - Tomcat was not caching most static files in index.jsp due to changing timestamp
    - Page reload performance was very poor
    - Issue affects all versions since 4.0

commit e3f851cbc6bc88ac3df08e6af8ba04fff5b31d9f
Author: Rafael da Fonseca <rs...@gmail.com>
Date:   2015-05-21T08:13:43Z

    Merge branch 'master' into fixuireload

commit 39848ad50c88d5680c8cc0d465b10a2ed40168f8
Author: Rafael da Fonseca <rs...@gmail.com>
Date:   2015-05-21T08:10:05Z

    Fixed problem with static files reload:
    - Tomcat was not caching most static files in index.jsp due to changing timestamp
    - Page reload performance was very poor
    - Issue affects all versions since 4.0

commit 9ae5371f65a8da05f97d72050f7b8decbb0be8ec
Author: Rafael da Fonseca <rs...@gmail.com>
Date:   2015-05-21T08:23:15Z

    Merge branch 'fixuireload' of https://github.com/rsafonseca/cloudstack into fixuireload

----


> UI reload perfomance is poor in index.jsp
> -----------------------------------------
>
>                 Key: CLOUDSTACK-8499
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8499
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server, UI
>    Affects Versions: 4.6.0, 4.4.4, 4.5.2
>            Reporter: Rafael Santos Antunes da Fonseca
>             Fix For: 4.6.0, 4.4.4, 4.5.2
>
>
> There is a timestamp being placed in front of some of the static files in ui/index.jsp that is preventing tomcat from responding with 304 to the client, so that cached client files will not need to be resent.
> This affects page reload speeds harshly.
> This problem affects all versions since 4.0 .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)