Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Javascript/Typescript
 QCRTGraph for Javascript/Typescript
 Slow loading of QCRTGraphs

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
quinncurtis Posted - 18 Nov 2020 : 11:21:30
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.
1   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 22 Nov 2020 : 16:51:02
It looks like fontlibrary.org is back online and you can reference fonts from that URL again.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07