Loading times... reloaded
Loading times... reloaded
Credit goes to amCharts for the template (https://www.amcharts.com/demos/pie-char ... theme-none @ https://www.amcharts.com/).
Just an eyecatching way to visualize XY loading times.
Remarks:
-it works best on high resolution screens (FullHD and above)
-the rendering part is slow (blame it on IE engine)
Just an eyecatching way to visualize XY loading times.
Remarks:
-it works best on high resolution screens (FullHD and above)
-the rendering part is slow (blame it on IE engine)
- Attachments
-
Loading times... reloaded.xys
- (424.25 KiB) Downloaded 162 times
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: Loading times... reloaded
Awesome work!



- Attachments
-
- 2016-03-09 121038.png (92.4 KiB) Viewed 3359 times
-
- Posts: 4307
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.3915 at 100% 2560x1440
Re: Loading times... reloaded
Very nice and COLORFULL work!
My top 3 were:
Init Cust file Icons - 22.90 %
Start load - 13.55 %
Init Cust Toolbar Icons - 11.15 %

My top 3 were:
Init Cust file Icons - 22.90 %
Start load - 13.55 %
Init Cust Toolbar Icons - 11.15 %
Re: Loading times... reloaded
Very creative!
It looks better fullscreen.
It looks better fullscreen.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Loading times... reloaded
Hi Marco,
cool/great. I've saved it as
q: can the listing be rendered sorted by time?
Cheers,
Filehero
PS: didn't know, that CFI take that much (relative) time to get initialized
cool/great. I've saved it as
Code: Select all
PrettifyXYLoadingTimes




q: can the listing be rendered sorted by time?
Cheers,
Filehero
PS: didn't know, that CFI take that much (relative) time to get initialized
Re: Loading times... reloaded
Sure you can sort them. But instead of hacking the javascript use xy scripting...
Add the last line to the code (I'm showing the previous line to know where it has to be placed):
To sort them from 0 to xxx, just use "n" and leave out the "r"...
Add the last line to the code (I'm showing the previous line to know where it has to be placed):
Code: Select all
$loadtimes = regexreplace("$loadtimes", ' ms - ', '|');
$loadtimes = formatlist($loadtimes, "nr", "<crlf>");
One of my scripts helped you out? Please donate via Paypal
-
- Site Admin
- Posts: 63404
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Loading times... reloaded
Wow, didn't know that JS can do such things. And I love the 3D Donut, especially for breakfast.

That depends on the I in CFI, their number and location. And on the state of Windows. Timing under Windows is complex. The time something takes is always the time that Windows allows it to use. And this depends on lots of other things.Filehero wrote:PS: didn't know, that CFI take that much (relative) time to get initialized
FAQ | XY News RSS | XY Bluesky
Re: Loading times... reloaded
admin wrote:Wow, didn't know that JS can do such things.


Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Loading times... reloaded
Thank you all!
This was almost a proof of concept for me. I mean, I would have loved to make a fancier waterfall chart like this one, http://demos.telerik.com/kendo-ui/water ... horizontal , but then no labels available. Hell, I even download Firefox source code to see what's inside its Network monitor (I love the charts there), but it's too complex for me...
This was almost a proof of concept for me. I mean, I would have loved to make a fancier waterfall chart like this one, http://demos.telerik.com/kendo-ui/water ... horizontal , but then no labels available. Hell, I even download Firefox source code to see what's inside its Network monitor (I love the charts there), but it's too complex for me...
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: Loading times... reloaded
Congrats on 2000, Marco!


Re: Loading times... reloaded
Congrats on 2000, Marco!


One of my scripts helped you out? Please donate via Paypal
Re: Loading times... reloaded



This round's on me!

Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: Loading times... reloaded
Hi highend,
But time is limited...

I know.highend wrote:Sure you can sort them.

But time is limited...


Re: Loading times... reloaded
Hi all!
Very great job Marco!

Very great job Marco!
Is it possible to replace the XY's IE engine to chrome or firefox engines?SammaySarkar wrote:JS can do even more, much more, interesting stuff - problem is, XY's IE engine doesn't support most of them.

Re: Loading times... reloaded
You can always wrap up the code from the script in correct html and open it with the browser of your choice afterwards. No need to bloat XY's size by including other web enginesIs it possible to replace the XY's IE engine to chrome or firefox engines?

One of my scripts helped you out? Please donate via Paypal