You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Md. Jahid Shohel (JIRA)" <ji...@apache.org> on 2010/07/14 00:18:49 UTC

[jira] Created: (CLK-710) Lazy loading of pages

Lazy loading of pages
---------------------

                 Key: CLK-710
                 URL: https://issues.apache.org/jira/browse/CLK-710
             Project: Click
          Issue Type: Improvement
          Components: core
    Affects Versions: 2.3.0-M1
            Reporter: Md. Jahid Shohel
            Priority: Minor
             Fix For: 2.3.0-M1


On XmlConfigServices pages are processed (loading page headers, processing page package, etc) on "onInit". Pages should be loaded lazily and cached. Lazy loading pages are already there, just need to check if that is perfect, also have to check if removing eagerly loading causes any problem.

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


[jira] Commented: (CLK-710) Lazy loading of pages

Posted by "Md. Jahid Shohel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888050#action_12888050 ] 

Md. Jahid Shohel commented on CLK-710:
--------------------------------------

If some Click expert verifies this issue, then I can work on this.

> Lazy loading of pages
> ---------------------
>
>                 Key: CLK-710
>                 URL: https://issues.apache.org/jira/browse/CLK-710
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.3.0-M1
>            Reporter: Md. Jahid Shohel
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> On XmlConfigServices pages are processed (loading page headers, processing page package, etc) on "onInit". Pages should be loaded lazily and cached. Lazy loading pages are already there, just need to check if that is perfect, also have to check if removing eagerly loading causes any problem.

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


[jira] Commented: (CLK-710) Lazy loading of pages

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888087#action_12888087 ] 

Bob Schellink commented on CLK-710:
-----------------------------------

You should look at this issue as well: CLK-703.

The difficulty with this issue is to keep the performance (no locking) AND keep the framework simplicity. Its the second issue I struggled with most...

> Lazy loading of pages
> ---------------------
>
>                 Key: CLK-710
>                 URL: https://issues.apache.org/jira/browse/CLK-710
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.3.0-M1
>            Reporter: Md. Jahid Shohel
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> On XmlConfigServices pages are processed (loading page headers, processing page package, etc) on "onInit". Pages should be loaded lazily and cached. Lazy loading pages are already there, just need to check if that is perfect, also have to check if removing eagerly loading causes any problem.

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


[jira] Updated: (CLK-710) Lazy loading of pages

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

Bob Schellink updated CLK-710:
------------------------------

    Affects Version/s:     (was: 2.3.0-M1)
        Fix Version/s:     (was: 2.3.0-M1)

> Lazy loading of pages
> ---------------------
>
>                 Key: CLK-710
>                 URL: https://issues.apache.org/jira/browse/CLK-710
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>            Reporter: Md. Jahid Shohel
>            Priority: Minor
>
> On XmlConfigServices pages are processed (loading page headers, processing page package, etc) on "onInit". Pages should be loaded lazily and cached. Lazy loading pages are already there, just need to check if that is perfect, also have to check if removing eagerly loading causes any problem.

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