CheckTLFFontsLoaded taking large amount of time every frame

After trying to figure out why converting all our text fields to TLF is hammering performance for ages, I've finally discovered the culprit function that is taking so long on every single frame:
RuntimeManager$.checkTLFFontsLoaded (fl.text)
This function often spends more than 10 ms running each frame, and is by far the longest running function in our application's action script every single frame.
Can anyone give me a rough idea of what calls this function so I know what to start looking for in my code?
I posted this question on the TLF forums but was told to come here because fl.text.RuntimeManager is a class of Flash Pro not TLF.

fl.text.RuntimeManager is not a class of TLF but Flash Pro. Here we mainly focus on TLF, which includes classes in textLayout.swc. So you may want to duplicate your question to http://forums.adobe.com/community/flash. Thanks!

Similar Messages

  • On iOS 7.0.2 everytime I unlock my phone while my music is playing, it skips. Forward, backward, and by small and large amounts of time.

    On iOS 7.0.2 everytime I unlock my phone while my music is playing, it skips. Forward, backward, and by small and large amounts of time.

    Hi cowboyincognito,
    Thanks for visiting Apple Support Communities.
    If you don't have the option to play music by genre on your iPhone, try this step to find the Genre option:
    Browse your music library.
    You can browse your music by playlist, artist, or other category. For other browse options, tap More. Tap any song to play it.
    To rearrange the tabs in the Music app, tap More, then tap Edit and drag a button onto the one you want to replace.
    Best Regards,
    Jeremy

  • Syncserver.exe taking large amount of CPU process after iTunes closing

    Hi,
    OS system : Win 8.1 64 bit
    itune release : 12.0.1.26
    Antivirus software : Kaspersky internet security 2015     release: 15.01.415 (b)
    After iTunes closing the syncserver.exe process will take a large amount of CPU Process.
    The problem has begins after KIS 2015 installation.
    I tried to apply a procedure finded on another forum : Windows 7 compatibility mode and run as administrator for distnoted.exe and syncserver.exe. The problem remaind.
    Thank for your help

    Hello~ Chrisrob94
    My computer environment is
    OS: Win 8.1 x64
    Itunes: 12.0.1.26
    Anti-Virus: KIS2015 15.00.463(b)
    I has same your problem too. But I solved in the following way;
    File Path1:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support\distnoted.exe
    File Path2:  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\SyncServer.exe
    this file [Right Click] and Properties. on the compatibility tab(click change setting for all users);;;
    then check run this program in compatibility mode for: and select windows 7.
    also check run this program as an administrator. click apply then ok
    if already running syncserver, disnoted kill it. using windows task manager.
    This seemed to fix the problem for me....Good luck to you!

  • Estimating Size of backup Items taking considerable amount of time?

    The part of the Azure Online Backup that does the "estimating size of back items" is taking hours to complete.   Is there anyway to speed it up?  I want to be backing up files right away, not have to wait for an estimate of size.

    Hi,
    the message might be little misleading but as part of estimating size of the backup items, we enumerate what all files and directories need to be backed up based on whether they changed from last backup and then start backing them up. if you have huge amount
    of files and directories say like a build server then its likely you will be seeing this. We already have a feature request to improve this for such kind of workloads.
    Thanks
    Prashanth

  • Large amount of time spent in postInvoke()

    Hello,
    I'm having a stateless session bean in which I've a method that performs
    quite some SQL queries to a Sybase RDBMS. It gets
    one connection from the jts pool, creates a bunch of prepared
    statements and executes them. After executing a statement the resultset
    and
    the statement is closed.
    The whole of the method takes something like 900 msecs, but I noticed
    that the round trip from the client took way longer (around 3300 msecs).
    Adding some timings statements to the EOImpl class showed that it was
    the postInvoke() in there that took most of the time: 1950 msecs.
    Any idea what might cause this ?
    Thanks,
    Francois Staes.

    Hello.
    Your transaction will be committed in the postInvoke method if you are
    using container-managed transactions. You could prove or disprove that
    this is taking the majority of the time by trying bean-managed transactions
    and measuring the method time.
    Note, I'm not recommending that you switch your ejbs to bean-managed
    txs, just for an experiment.
    -- Rob
    Rob Woollen
    Software Engineer
    BEA WebLogic
    [email protected]
    Francois Staes wrote:
    Hello,
    I'm having a stateless session bean in which I've a method that performs
    quite some SQL queries to a Sybase RDBMS. It gets
    one connection from the jts pool, creates a bunch of prepared
    statements and executes them. After executing a statement the resultset
    and
    the statement is closed.
    The whole of the method takes something like 900 msecs, but I noticed
    that the round trip from the client took way longer (around 3300 msecs).
    Adding some timings statements to the EOImpl class showed that it was
    the postInvoke() in there that took most of the time: 1950 msecs.
    Any idea what might cause this ?
    Thanks,
    Francois Staes.

  • Query plan shows larg amount of time

    I ran explain plan for the query below and it takes a long time:
    update table docs d
         set d.mismatch = 'Y'
         where exists (select 1 from diff a where a.versions > 1 and a.ed_id = d.ed_id)
    diff is a view with 1069493 rows
    docs is a table with 1527012 rows.
    Any idea on improving performance. Please!

    I'm running 10g. Please see the plan output below:
    PLAN_TABLE_OUTPUT
    Plan hash value: 2669996443
    | Id | Operation | Name | Rows | Bytes |TempSpc| Cost (%CPU)| Time |
    | 0 | UPDATE STATEMENT | | 76351 | 3131K| | 115K (2)| 00:39:49 |
    | 1 | UPDATE | DOC | | | | | |
    |* 2 | HASH JOIN | | 76351 | 3131K| | 115K (2)| 00:39:49 |
    | 3 | SORT UNIQUE | | 53475 | 1201K| | 80731 (1)| 00:27:49 |
    | 4 | VIEW | DIFF | 53475 | 1201K| | 80731 (1)| 00:27:49 |
    |* 5 | FILTER | | | | | | |
    PLAN_TABLE_OUTPUT
    | 6 | SORT GROUP BY | | 53475 | 1566K| | 80731 (1)| 00:27:49 |
    | 7 | VIEW | | 1527K| 43M| | 80731 (1)| 00:27:49 |
    | 8 | SORT GROUP BY | | 1527K| 249M| 581M| 80731 (1)| 00:27:49 |
    | 9 | TABLE ACCESS FULL| DOC | 1527K| 249M| | 34009 (1)| 00:11:44 |
    | 10 | TABLE ACCESS FULL | DOC | 1527K| 27M| | 34494 (3)| 00:11:54 |
    Predicate Information (identified by operation id):
    2 - access("A"."EDV_ED_ID"="D"."EDV_ED_ID")
    PLAN_TABLE_OUTPUT
    5 - filter(COUNT(*)>1)

  • Changes to guest taking excessive amount of time

    I have a 4 node hyper-v cluster running. All nodes are server 2012r2 and the cluster is present in scvmm (scvmm 2012r2).
    The only issue I seem to have is actions that actions such as changing guest hardware, cluster refreshes and even guest shutdown take a long time.
    Below is an example where I added 2 nic to a virtual guest, the whole process took 15 minutes. Is that normal? cluster refreshes have been known to take an hour and to shutdown a guest it is quicker to remote desktop and shutdown than issue the command from
    scvmm.
    I've read about a similar issue related to CSV and server 2008r2 but I can't find anything related to server 2012r2 and this issue. Any help appreciated even if it is just a "thats how long it is supposed to take"

    Usually the delay is in the details, the validations, the checks that the change was applied.
    The fastest is not to modify the VM after deployment, but do it prior to deployment, or modify the template itself before deployment.
    You are right, adding a NIC should not take minutes.  Unless there is something else happening in the background that is not finished yet.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Song and Video downloading taking long amounts of time.

    I have been trying to download a 5 minute music video, and the process has taken over an hour so far. I am wondering if there is any setting I could change, or something wrong on my PC that is causing this.

    I'm using a cable connection from a wireless router, and I'm getting 11.00 Mbps. the strange thing is, it's never done this before. Just yesterday, everything started downloading really slow.

  • Is there any way to connect time capsule to a MacBook Pro directly via USB. I have a large amount of data that I want to back up and it is taking a very long time (35GB is taking 3 hrs, I have 2TB if files in total)...)?

    Perhaps via USB. I have a large amount of data that I want to back up and it is taking a very long time (35GB is taking 3 hrs, I have 2TB if files in total)...? I want to use TimeCapsule as back-up for an archive which is curently stored on a 2 TB WESC HD. 

    No, you cannot backup via direct usb connection..
    But gigabit ethernet is much faster anyway.. are you connected directly by ethernet?
    Is the drive you are backing up from plugged into the TC? That will slow it down something chronic.. plug that drive in by its fastest connection method.. WESC sorry I have no idea. If ethernet use that.. otherwise USB direct to the computer.. always think what way the files come and go.. but since you are copying from the computer everything has to go that way.. it makes things slower if they go over the same cable.. if you catch the drift.

  • What does "other" mean at the bottom of the sync page? It is taking up a large amount of space on my phone.

    What does "other" mean at the bottom of the sync page? It is taking up a large amount of space on my phone.

    The other section contains temporary files, such as text messages, iMessages, voicemail, and other storage that is meant for small short term use.  If the other section of your phone has grown quite large and you can't account for what it could be then you may have experienced a syncing error to iTunes.
    I have experienced this problem frequently during my years with the iPhone.  The other portion of my phone grows with every sync of my phone to iTunes.  There comes a point where it takes up the majority of the space on my iPhone, making the device near unusable.
    When it grows to this extent is usually cased by an error during the syncing process.  Any information iTunes can't reconcile during the syncing process is saved out of sight, out of mind, in the 'other' section.
    You will never be able to see or recover this section unless you are very savvy and know how to poke around the archived iPhone back-up on your computer.  (if you are thinking of trying, stop.  It will not be worth your time and effort, or if using third party software, the money or spyware associated with it *cough* iTools *cough*).
    The only fix I have found that works is to back up your phone to iTunes, and preform a 'restore'.  This erases the content of your phone, and restores it to factory settings.
    That is you phone will be as if you took it fresh out of the box.  You can preform a restore from back-up through iTune, or iCloud to get your content back.
    Lo and behold your have trimmed the mystery meat.

  • How to execute a frame of a flat sequence structure for a specified amount of time?

    Hello,
    I have a timed loop measuring a resistance value every 2 seconds. I would like to have this timed loop execute for a specified amount of time (e.g. 5 minutes). The timed loop itself is placed within a flat sequence structure so I am concerned that the measurement will be taken once and the next frame will begin to execute, without waiting 2 seconds for a successive reading (and not looping for, say, 5 minutes).
    In other words, is it possible to have a frame of a flat sequence structure execute for a specified amount of time before moving onto the next frame?
    Thanks for your assistance!
    JFK_Aero
    Solved!
    Go to Solution.

    All code in one sequence frame must complete before the next frame can execute.  So as long as your timed loop is setup correctly, the next frame cannot run until your 5 minutes is up (N = 5 minutes/2 seconds/measurement = 150 measurements).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Real time application and large amount of data

    Hi,
    I've a real-time application that needs to allocate large amount of data in memory (more than 5GB). I'm using 1.6 version of JRE and I'm planning to migrate to 1.8 because the application experiment a lot of "Stop of the world" every day. I spent a lot of time analysing and testing all the parameters and policies of the GC.
    The question is, with the 1.8 version dissapears the pauses on the application caused by the GC cleaning process?
    Thanks.

    Just noting that the GC only really needs to do something when objects are created and then are no longer in use.  So if your application needs a large amount of memory then keeping it, rather than discarding it might be a better solution.

  • Taking an Impossible Amount of time to Render a video

    Greetings,
    I'm using Adobe Premiere Elements 11 for Video editing and it is taking a very very very very long time to render. *about 15 Hours for an Hour and Twenty minuet video. It is exporting to H.264 MP4. HD 1080P
    I have 12 Gig of Ram and I'm using AMD Athlon II 4x 640 in An HP Pavilion P6727 Desktop Computer.
    What is taking so long? If I was to boost my memory up to 16 Gig Ram would it make that big of a difference?
    Thanks! -Cheers-

    The amount of time it takes to render your video depends on how fast your processor is, how much RAM you have, what operating system you're using, what model of camcorder your video is coming from and what resolution and format it is. If you are using photos in your project, your rendering time can also increase and the program may freeze if your photos are larger than 1000x750 pixels in size.
    What model of camcorder is your video coming from, etc?
    Are you talking about just rendering your timeline for smooth playback or are you talking about rendering to output a finished video?

  • Mail has 16k  messages, and performance is very slow, with loading times taking up to 5 seconds every time I open Mail. How can I increase performance?

    Mail has 16k  messages, and performance is very slow, with loading times taking up to 5 seconds every time I open Mail.
    How can I increase performance?
    I'm running a MacBook Air 4GB 1.7GHz  10.7.2.
    Graham

    One possible solution would be to organise your inbox into folders.
    Its never relly good on any system to have one folder that has everything in it.
    Try going to you web gui for that mail account and organise your folders and move mails from your inbox into corresponding folders for better organisation.
    Several folders containing the same amount of one folder will usually load a little quicker as the folder may not be accessed to download its content unless veiwed.
    So having 10 folders with organised content, and you inbox as an area thats to hold only new emails would work much much quicker with imap.
    Most imap servers will only update the contents of a folder when its veiwed.

  • Firefox is using large amounts of CPU time and disk access, and I need to know how to shut down most of this so I can actually use the browser.

    Firefox is a very busy piece of software. It's using large amounts of CPU time and disk access. It puts my usage at low priority, so I have to wait for some time to be able to use my pointer or keyboard. I don't know what it uses all that CPU and disk access time for, but it's of no use to me. It often takes off with massive use of resources when I'm not doing anything, and I may not have use of my pointer for several minutes. How can I shut down most of this so I can use the browser to get my work done. I just want to use the web site access part of the software, and drop all the extra. I don't want Firefox to be able to recover after a crash. I just want to browse with a minimum of interference from Firefox. I would think that this is the most commonly asked question.

    Firefox consumes a lot of CPU resources
    * https://support.mozilla.com/en-US/kb/Firefox%20consumes%20a%20lot%20of%20CPU%20resources
    High memory usage
    * https://support.mozilla.com/en-US/kb/High%20memory%20usage
    Check and tell if its working.

Maybe you are looking for

  • Users unable to save data in .pdf

    Greetings, I created a rather simple form in LiveCycle Designer 8.2.  However, when users open the form in Acrobat Reader 9.0+ they are informed that they cannot save the data in the file and that it must be printed out.  I've looked through Ted Pado

  • Two phone lines on the same SIM card - but which one is active?

    I have two phone lines on my SIM card. Of course, only one of them can be active at one time. The switch between them is done through a SIM application which is loaded on the SIM card (supplied by the carrier) My question is that, sometimes I forget

  • Error while opening MII login page

    Hello All, When I try to login to MII using http://<server name>/Lighthammer/Menu.jsp,It is going to http://<server name>/Lighthammer/error.jsp and displaying the error "Uanble to build user information for authorization response".I am not able to ev

  • GeForce 7300 GT on 1.8 Ghz Power Mac?

    I've got a spare GeForce 7300 GT coming off a Mac Pro tower. I cannot seem to find in depth information whether this card will work on a Power Mac 1.8 Ghz Dual tower. If not, does anybody know of a decent trade to which I can trade the GeForce card f

  • CSS IE 6 problem

    I have made my website with Dreamweaver and Joomla, the menu I am using works fine on Fireworks/ Safari/ IE 7.0. But NOT ON Internet Explorer 5 and 6 !!!! Please, can someone help me? I attach the CSS of the menu I am using.