You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
I have an idea to list the 10 recent pages on a frontpage. Using index() with a site with a lot of pages would probably be slow, to read every page on each pageload.
Therefor I came up with the idea to kind of make a log file triggered by panel hooks on each save. The log would then contain for example the 10 recent saved or updated pages.
Then I remembered that this plugin exists, but it's a panel plugin. Maybe it would be a good idea to split the "engine" from the visual panel stuff? In case the Panel would change at some point, you could still keep that engine and just change the panel stuff.
The text was updated successfully, but these errors were encountered:
I have an idea to list the 10 recent pages on a frontpage. Using index() with a site with a lot of pages would probably be slow, to read every page on each pageload.
Therefor I came up with the idea to kind of make a log file triggered by panel hooks on each save. The log would then contain for example the 10 recent saved or updated pages.
Then I remembered that this plugin exists, but it's a panel plugin. Maybe it would be a good idea to split the "engine" from the visual panel stuff? In case the Panel would change at some point, you could still keep that engine and just change the panel stuff.
The text was updated successfully, but these errors were encountered: