You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/11/14 12:33:00 UTC

[jira] [Resolved] (ISIS-2016) [NOT A PROBLEM] Slow initial loading - webjars for bootswatch themes?

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

Daniel Keir Haywood resolved ISIS-2016.
---------------------------------------
      Assignee: Daniel Keir Haywood
    Resolution: Not A Problem

we do still use webjars.  The slow loading occurs if there are too many Maven modules open in the IDE (IntelliJ in this case).  Closing most of the projects and leaving open only those needed for the task in hand allows the IDE to load remaining modules as JAR files.  This improves load times to an acceptable degree.

> [NOT A PROBLEM] Slow initial loading - webjars for bootswatch themes?
> ---------------------------------------------------------------------
>
>                 Key: ISIS-2016
>                 URL: https://issues.apache.org/jira/browse/ISIS-2016
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Viewer Wicket
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>
> 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
(v8.3.4#803005)