wintercms / wn-pages-plugin

Static Pages plugin for Winter CMS
https://wintercms.com/
MIT License
9 stars 22 forks source link

Router Optimisations #4

Closed jaxwilko closed 3 weeks ago

jaxwilko commented 3 years ago

This PR relies upon the new method added in https://github.com/wintercms/winter/pull/192.

It simply switches the call to listInTheme to listInThemeArray which only returns the required data instead of a collection of page objects.

The results of my tests (1000 pages used): Results

LukeTowers commented 3 weeks ago

The required PR was abandoned, feel free to ping if further work will be done on this approach.