|
|
 |
 |
 |
manilaSuite.siteStructure.visitPages
On bigger Manila websites, listing all messages in a category can "run away with the CPU" and bring the server to its knees. This is one a of a series of changes that alleviates this problem by adding a call to sys.systemTask in the tight loop.
Amended Script
| on visitPages (adrSite, adrCallback) |
| |
«Visit all the site structure pages in a Manila site. The callback takes the address of the page and the relative path. |
| |
local (adrStructure = @adrSite^.["#hierarchy"].structure [1]) |
| |
local (relativePath = "/") |
Relative to Frontier version 9.7b10
|