In Plone 5, the resource registries are cooked when the resource registry viewlets are rendered. Cooking the bundles takes a lot of time. Since ftw.testbrowser does nothing with JavaScript or CSS, cooking of resources is disabled by default for performance improvement. That means that <script> and <styles> tags are missing in the HTML. This can make the tests up to 4-5 times faster.
~ℹ️ This goes into 1.x. I'll forward-port it to master, but I need it in 1.x.~
In Plone 5, the resource registries are cooked when the resource registry viewlets are rendered. Cooking the bundles takes a lot of time. Since
ftw.testbrowser
does nothing with JavaScript or CSS, cooking of resources is disabled by default for performance improvement. That means that<script>
and<styles>
tags are missing in the HTML. This can make the tests up to 4-5 times faster.~ℹ️ This goes into
1.x
. I'll forward-port it tomaster
, but I need it in 1.x.~