You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2018/10/25 22:26:00 UTC

[jira] [Updated] (ISIS-2016) Slow initial loading - webjars for bootswatch themes?

     [ https://issues.apache.org/jira/browse/ISIS-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-2016:
------------------------------
    Description: 
I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?  

https://www.webjars.org/documentation#wicket

and commented out stuff in web.xml

{code:xml}
<!--
    <servlet>
        <servlet-name>WebjarsServlet</servlet-name>
        <servlet-class>org.webjars.servlet.WebjarsServlet</servlet-class>
        <init-param>
            <param-name>disableCache</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>WebjarsServlet</servlet-name>
        <url-pattern>/webjars/*</url-pattern>
    </servlet-mapping>
-->
{code}

  was:
I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?  

https://www.webjars.org/documentation#wicket

and commented out stuff in web.xml

<!--
    <servlet>
        <servlet-name>WebjarsServlet</servlet-name>
        <servlet-class>org.webjars.servlet.WebjarsServlet</servlet-class>
        <init-param>
            <param-name>disableCache</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>WebjarsServlet</servlet-name>
        <url-pattern>/webjars/*</url-pattern>
    </servlet-mapping>
-->



> Slow initial loading - webjars for bootswatch themes?
> -----------------------------------------------------
>
>                 Key: ISIS-2016
>                 URL: https://issues.apache.org/jira/browse/ISIS-2016
>             Project: Isis
>          Issue Type: Improvement
>            Reporter: Dan Haywood
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>
> I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?  
> https://www.webjars.org/documentation#wicket
> and commented out stuff in web.xml
> {code:xml}
> <!--
>     <servlet>
>         <servlet-name>WebjarsServlet</servlet-name>
>         <servlet-class>org.webjars.servlet.WebjarsServlet</servlet-class>
>         <init-param>
>             <param-name>disableCache</param-name>
>             <param-value>false</param-value>
>         </init-param>
>         <load-on-startup>2</load-on-startup>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>WebjarsServlet</servlet-name>
>         <url-pattern>/webjars/*</url-pattern>
>     </servlet-mapping>
> -->
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)