Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Javascript/Typescript
 QCRTGraph for Javascript/Typescript
 Slow loading of QCRTGraphs
 New Topic  Reply to Topic
 Printer Friendly
Author  Topic   

quinncurtis

1586 Posts

Posted - 18 Nov 2020 :  11:21:30  Show Profile  Reply with Quote
If you are experiencing slow loading of certain R-T graphs, both on our website, and in the examples, it is probably because of some of the web fonts we reference. We use some LED/LCD styled fonts for a anachronistic look in some of the numeric and time panel meter displays. These fonts are downloaded in the HTML page from a public domain font library repository at fontlibrary.org. Unfortunately, this repository can go off-line and the font download at the start of the HTML page will time out. It is this timeout which causes the delay. So if you experience this, go to the host HTML page and remove the lines below, if they are present.

<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/segment7" type="text/css"/>

<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/lcd" type="text/css"/>

Internally, if our software doesn't find the font, it just uses a default font of the same size.
We have already removed the font link lines from the demos on our website until we see that the fontlibrary.org website returns to its normal 24/7 uptime.

quinncurtis

1586 Posts

Posted - 22 Nov 2020 :  16:51:02  Show Profile  Reply with Quote
It looks like fontlibrary.org is back online and you can reference fonts from that URL again.
Go to Top of Page
   Topic   
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07