mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-22 02:51:38 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d3c2832f8f
commit
0c1fdf4ca6
@ -1911,20 +1911,19 @@ module.System = {
|
|||||||
// page actions...
|
// page actions...
|
||||||
//
|
//
|
||||||
|
|
||||||
/* XXX broken...
|
// XXX broken...
|
||||||
// XXX this does not work as energetic...
|
// XXX this does not work as energetic...
|
||||||
// XXX for some reason this is called twice...
|
|
||||||
time: async function(){
|
time: async function(){
|
||||||
var t = Date.now()
|
var t = Date.now()
|
||||||
var text = await this.get('../_text').text
|
var text = await this.get('../_text').text
|
||||||
var time = Date.now() - t
|
var time = Date.now() - t
|
||||||
|
|
||||||
console.log('RENDER TIME:', time)
|
console.log('RENDER TIME:', time)
|
||||||
|
|
||||||
return object.doc`
|
return object.doc`
|
||||||
Time to render: ${time}ms <br>
|
Time to render: ${time}ms <br>
|
||||||
<ht>
|
<ht>
|
||||||
${text}`},
|
${text}`},
|
||||||
//*/
|
//*/
|
||||||
|
|
||||||
// XXX EXPERIMENTAL -- page types...
|
// XXX EXPERIMENTAL -- page types...
|
||||||
|
|||||||
@ -1,6 +1,12 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
* XXX BUG:
|
||||||
|
* /System/info
|
||||||
|
* and:
|
||||||
|
* /System/info/_view
|
||||||
|
* are not the same...
|
||||||
|
* ...bug likely in .text
|
||||||
* XXX might also be a good idea to investigate a .tree directory index
|
* XXX might also be a good idea to investigate a .tree directory index
|
||||||
* as a supplement to .paths()
|
* as a supplement to .paths()
|
||||||
* XXX BUG: changing the URL does not start the spinner...
|
* XXX BUG: changing the URL does not start the spinner...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user