Performance of Repeater

I am currently working on a Flex project and need to show the contents of a dictionary (xml file). After creating an entry for each entry in my dictionary object, the best way to display a single entry is to use a Repeater for the entry attributes (each entry has one or more attributes), a Repeater for the attribute elements (each attribute was obtained) and a Repeater for the item links (each element has links). But as you can guess, it is not very effective. I can't harcode because my application needs to be able to display any kind of dictionary that means a different number of links, elements, and attributes. Any idea?


Quote:
Posted by: pbittner
I tried to completely remove the Hbox and Vbox I use, but it's not faster. The problem is the 3 repeaters.

Regarding the recycleChildren property, I tried but the result is quite wrong. I think that I can't use it as each subject repeated in the Repeater is different (it may have different children himself and not always the same number of children).

Looks like a complex scenario. You might consider Actionscript, which allows much more control over instantiation, removal and recycling.

Tags: Flex

Similar Questions

  • model editable editable php not?

    I have a model, I perform optional repeatable region with editable inside, and then I also did a few regions with editable insidwe if it. after update of my new pages with the template, I can only put PHP in some editable regions and not others. I notice that the areas that I can't put php in is he the areas where the code appears GRAY (in gray) instead of the normal black and blue. The regions where the code is gray to I have to use Design view to html only in the editable, but I NEED TO put PHP in there. I can't put anything in these areas greyed inner view code of course. Now, the other editable, some are exactly the same that working, work very well. in others, I have a regions editable within an option that works and another does not. So, I don't think that's the way the model is implemented.
    Help!
    I waste too much time on templates.

    I found the problem, now I need to find a solution. the problem is when I create a repeatable region, with an editable region in the Interior, it breaks the model of the most stealthy way. you don't even know its broke until it's too late. the syntax removes ok...

    so, I removed the fixecd region and viola, repeatable. then I put it back and viola, broken.

    How can I make one editable in a reproducible? I want to do a bunch of left navigation boxes that have repeatable value, so I just fills in information related link and ads accordingly.

    Here the model form broken, to solve this problem, you just remove the editable region on the repeatable leftNavBox, or maybe you might need to delete the repeatable set, then the other editable on the page work fine. the problem here was that the editable area of featureBox has been broken due to the reproducible leftNavBox with an editable inside.

  • Pavilion dv7t-3000 mobile: stuck on the startup screen, must repeatedly perform a hard reset to fix

    When starting after a successful boot & use, the PC is stuck on the startup screen that is black with the logo blue & white HP in the middle and "press ESC for the start menu" at the bottom left. I have to perform a hard reset to get a normal startup. Everything works fine. I stop the PC from the start menu. At the next startup the PC hangs at the HP splash screen. A hard reset solves the problem, but the problem occurred on & repeatedly.

    Problem was solved by uninstalling a number of HP programs! Unfortunately I have lost the paper on which I wrote exactly what programs I uninstalled. If you find this issue that may arise on your notrbook, try to uninstall the HP programs

  • Performance on the Repeater with DataPrvider

    Just using a tile object with a Repeater in one related to a dataprovider. I use this to generate a bunch of thumbnails of images for a photoblog experience. However, it seems to be performing incredibly slowly when you do any reasonable amount of numbers. For example if I make an array of 100 images (which isn't a lot) it takes forever and quite frequently crashes Internet Explorer. Out the dataprovider element it accelerates in the output window that I created where I just write on the table but of course defeats the whole purpose. Am I missing something stupid here? If it is not for this? This in flash 8 would write out in a pardon flash, the play on words... Don't understand, even when I write just Plains without an image in there boxes, it takes forever. I'm sure that this is not intended to be the case that some examples of this where I saw it, it was the same. The example of flickr on the flex examples page did the same thing.

    Is there a better way to do this or is this the only and best solution flex can offer. If yes its back to Flash I'm afraid that would be a shame as flex seems to have some nice features.

    Code pasted below, if anyone can help...


    hand. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    < mx:Application
    ' xmlns:MX =' http://www.adobe.com/2006/mxml '
    layout = "absolute".
    backgroundGradientColors = "[#000000, #383838].
    init = "onCreationComplete (event)"; xmlns:local = "*" >


    < mx:Script >
    <! [CDATA]

    Import mx.collections.ArrayCollection;
    Import mx.utils.ObjectProxy;
    import flash.filters. *.
    import flash.display. *;

    [Bindable]
    public var photos: ArrayCollection collection = new ArrayCollection ([]);
    public void onCreationComplete(_event:Event):void {}
    Writelist() ();
    for (var i: int = 0; i < 100; i ++) {}
    var oTempObj:ObjectProxy = new ObjectProxy ({name: 'LisaThumb.jpg'})
    photos.addItem (new ObjectProxy({name:'LisaThumb.jpg'}));)
    // };
    };

    public function Writelist() (): void {}
    for (var i: int = 0; i < 100; i ++) {}
    var oTempObj:ObjectProxy = new ObjectProxy ({name: 'LisaThumb.jpg'})
    photos.addItem (new ObjectProxy({name:'LisaThumb.jpg'}));)
    & Text0.htmlText = I + "< br / > ';
    };
    };

    public void imageClicked (event:flash.events.MouseEvent): void {}
    var selectedItem = Thumbnail (event.currentTarget);
    trace (SelectedItem);
    }

    []] >
    < / mx:Script >

    < mx:Canvas id = "myContainer" left = "10" top = "10" right = "10" low = "10" >

    < mx:Tile id = "myTile" left = "10" direction = "horizontal" top = "150" right = "300" low = "30" borderStyle = borderThickness 'solid' = '7' borderColor = "#414141" paddingTop = "10" paddingBottom = "10" paddingRight = "10" paddingLeft = "10" verticalGap = "10" horizontalGap = "10" >
    < mx:Repeater id = "PR" dataProvider = "{photos}" >
    "< click =" imageClicked (event) "local: thumbnail" data = "{rp.currentItem}" index = "{rp.currentIndex}" / >
    < / mx:Repeater >
    < / mx:Tile >

    < mx:TextArea id = "text0" text = "This is where my text will" width = "280" right = "10" low = "30" top = "200" fontFamily = "Times New Roman" fontSize = "14" / >
    < mx:HBox backgroundColor = "#414141" left = "10" right = "10" top = "10" height = "90" >
    < / mx:HBox >
    < mx:HBox backgroundColor = "#df285e" left = "10" right = "10" top = "110" height = "30" >
    < / mx:HBox >
    < mx:Button click = "Writelist() () ' y = '150' label ="List of writing"right ="10"/ >"
    < / mx:Canvas >
    < / mx:Application >



    Thumbnail.MXML


    <? XML version = "1.0" encoding = "utf-8"? >

    "" < mx:Canvas xmlns:mx = ' http://www.adobe.com/2006/mxml " width ="150"height ="150"backgroundColor ="#414141">
    < mx:Script >
    <! [CDATA]

    public var int index = 0;

    []] >
    < / mx:Script >

    < mx:Parallel id = "darken" >
    < mx: bland alphaFrom = ".4" = ".2" duration alphaTo = "500" target = "{context}" / >
    < / mx:Parallel >
    < mx:Parallel id = "brighten" >
    < mx: bland alphaFrom = alphaTo ".2" = ".4" duration = "500" target = "{context}" / >
    < / mx:Parallel >

    < mx:Canvas id = "framework" x = "0" y = "0".
    Width = "150".
    height = '150 '.
    Alpha = ".2.
    Visible = "true".
    rollOverEffect = "brighten".
    rollOutEffect = "darken".
    >


    < / mx:Canvas >
    <!-< mx:Label text = "LOADING" left = "10" right = "10" textAlign = "center" red = "0" color = "#ffffff" fontWeight = "bold" / >
    < mx:Image useHandCursor = "true" source = "LisaThumb.jpg" width = "130" height = "130" left = "10" top = "10" / >--> "
    < / mx:Canvas >


    On a Repeater with a tile for the images, it's something I've done many times with reasonable performance. But I see a red flag in your code. In your function of Writelist() you use addItem on the collection. That's right, but the collection is dynamically bound to the Repeater - also OK. Normally, you want this so that the changes can be picked up and reflected in the user interface.

    However, to do so in a loop can cause the Repeater for re - run of the code and re - create components. I recommend that do you these two things:

    1. in the Writelist(), before the loop: photos.disableAutoUpdate (); and then, after the loop do photos.enableAutoUpdate (). This will prevent the collection of change in the middle of the loop of distribution events.

    2. Add recycleChildren = "true" to the rehearsal. This will ensure that the Repeater does not create any unnecessary components.

  • How to perform several steps and the display of charts/indicators without repeating the same code for each entry (of the dozens of entries)?

    I have to repeat the same steps and display in the Panel before (graphic fft and other indicators).

    Do I need to repeat the same code for each entry/channel? I already have too many channels and whenever I change a measure (and code) for an input/channel, I have to repeat the changes to all the other entries.

    Thank you


  • Repeat the process of archiving for MAX PERFORMANCE in 11g

    Hello Evertyone,

    When I go through documents, source: http://docs.oracle.com/cd/B19306_01/server.102/b14239/log_transport.htm#i1178539

    Redo the archiving process: LGWR and ARCH (MAX PERFORMANCE)

    Network Transmission mode: SYNC If you are using ARCH process

    Oracle Data Guard 11 GR 2 Administration Guide beginner by Emre Baransel

    -I see this summary: transport ARCH is not recommended because it offers no advantage.

    What advantage LGWR provides rather than the ARK in MODE PERFORMANCE MAX?

    In which clearly defined doc information?

    Hello

    1. the Oracle 10 g documentation link you have provided that it be said that (it would be even other oracle docs)

    Allows maximum performance mode you either set the LGWR and ASYNC attributes or set the ARCH attribute on the LOG_ARCHIVE_DEST_ n parameter for the standby database.

    2.i hope you know the difference between the role of process LGWR and ARCH from the perspective of the database

    3 by default, redo transport services use some ARCn process to archive log files to redo online on the primary database. Archiving ARCn processing supports only the protection of the level of maximum data performance in Data Guard configurations

    Check-in occurs when a log switch occurs on the primary database:

    • On the primary database, after the ARC0 process archives successfully redo online newspaper the local destination ( LOG_ARCHIVE_DEST_1 ), the ARC1 process transmits redo leave log files local archived redo (rather than the online redo logs files) to the remote standby destination ( LOG_ARCHIVE_DEST_2 ).

    By coming to the LGWR

    You can possibly afford to restore transport services using process LGWR for transmitting data to roll forward to distant destinations.

    Using the LGWR process differs from the ARCn processing (described on the point 5.3.1), because rather than wait for online redo log to the primary database and then written archived all again to connect to the destination remote all at once, the process LGWR selects a log file waiting for Redo on the standby site that reflects the sequence of journal number (and size) of the current log file recovery online primary database.

    Then, again being generated at the primary database, it is also transmitted to the remote destination. Transmission to the remote destination will be either synchronous or asynchronous, depending on whether the SYNC or the ASYNC attribute is set on the LOG_ARCHIVE_DEST_ n parameter. Synchronous LGWR treatment is necessary for maximum protection and maximum availability of data protection patterns in Data Guard configurations

    4. it is not on the recommendation, its option to use - its role and how it works with over role, you understand. Oracle never says it's bad or wrong (you decide)

    -HTH

    -Pavan Kumar N

  • How to perform a task in the background repeated

    I need to have a background process start as soon as the blackberry is turned on and stay in the background. Here it runs several times a function, say every half hour or so. Is this possible in webworks? I am very new to this, so I'm unable to do this part of my application. Any help would be appreciated!

    From your description, I guess that you are working on a smartphone application. If so, configure a listener in the background:

    
       
    
    

    On this page listener.html you can have the function that runs on an interval:

    function foo(){
    //processing code here
    }setInterval("foo()",1800000);
    
  • 10.11.6 repeated update lsd in unexpected failure

    I've never had this problem in 30 years on Mac.  I just did the 10.11.6 updating and now "unexpected lsd" repeats, do not launch applications, or terminal; so I have another small partition install can I use... im not very knowledgable about the Terminal on how to change the directories of my boot partition to fix the main drive...

    I ran utilities, no problem.  I have seen discussions on/var/folders but have no idea how to use Terminal of a secondary boot volume to set the main volume... much gratitude in advance.

    Launch Services database may be...

    Safe Mode boot removes the system caches that might help.

    Follow these steps to start in safe mode.

    1. Start or restart your Mac.
    2. As soon as you hear the startup tone, hold down the SHIFT key.
    3. Release the SHIFT key when you see the logo Apple appears on the screen.

    After the Apple logo appears, this may take longer than usual to reach the login screen or your office. This is because your Mac performs a check of directory of your drive to boot in safe mode.

    To leave safe mode, restart your computer without pressing any keys during startup.

  • Favicons repeat through tabs, behind the label text when you switch between tabs. 37.0.1 sometimes the Green scroll bar does not have too

    Please mention the attached JPEGS. When I switch between tabs, favicon image repeated behind the text. In some cases, the image of the vertical scrollbar is messed up, it cleared up when I click on it. -Does not appear to affect performance, simply annoying. Thank you!

    Please temporarily disable your Avast extension to see if it has to do with it.

    Try Firefox Mode without failure:

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • Finder crashing and causing repeatedly crashes on Macbook Pro

    I use a Macbook Pro retina 15 "and using OS X El Capitan, verion 10.11.5.

    After a recent transfer of photos from my iPhone to iPhoto, to close iPhoto, the icon Finder keeps 'jump' the top down and the same error repeatedly, showing in the dialog in the middle of the screen (it flashes until disappears, flashes up, disappears several times without end):

    It is not possible to click on one of the options in the dialog box. This caused other problems now. If I open all the Apps then they crash instantly, or open for about 10-15 seconds before crashing and flashing error up to 'preferences system closed unexpectedly' report etc. Non-Apple apps (for example MS Word/Powerpoint) survive longer opening. If I try to open system preferences or the System State and then they all have two crash as well. So basically, other than documents such as PDFs or pictures, everything I opened crashes a few seconds to open. I restarted the Mac - regular options still appear to stop down and restart by pressing the power button. I tried the tips on other forums, but the steps they describe require opening applications or programs that simply plant when I opened (e.g. try opening the Terminal).

    If I briefly to open an App and then reappear items on my desktop. If there is no apps temporarily only open then the contents of the Office disappears.

    Please read this message before doing anything.

    This procedure is a diagnostic test. It is unlikely to solve your problem. Don't be disappointed when you find that nothing has changed after you complete it.

    The test is intended to determine if the problem is caused by a third-party software that loads automatically at startup or logon, by a device, by a police conflict or corruption of system files or some system caches.

    Disconnect all devices wired except those required to test and remove all the expansion cards from secondary market, as appropriate. Start in safe mode and log on to the account of the problem.

    Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. Ask for additional instructions.

    Safe mode is much slower to boot and run as normal, with limited graphics performance, and some things work at all, including an audio output and a Wi - Fi connection on some models. The next normal boot can also be a bit slow.

    The login screen is displayed even if you usually connect automatically. You need your password to log on. If you have forgotten the password, you will have to reset it before you begin.

    Test in safe mode. Same problem?

    After testing, restart as usual (not in safe mode) and make sure you always have the problem. View the results of the test.

  • Firefox crashes repeatedly. Please helpe

    Firefox crashes repeatedly
    Crash ID: bp-0d558271-ea4d-42ca-b561-528c02131003

    Try disabling graphics hardware acceleration. As this feature has been added to Firefox, it has gradually improved, but there are still some problems.

    You will have to perhaps restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    Then perform the following steps:

    • Click on the orange top left Firefox button, then select the 'Options' button, or, if there is no Firefox button at the top, go to tools > Options.
    • In the Firefox options window, click the Advanced tab, and then select 'General '.
    • You will find in the list of parameters, the checkbox use hardware acceleration when available . Clear this check box.
    • Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

    The report please come back shortly.

  • 22 Firefox displays an undefined repeatedly. Also freezes at startup

    Since Firefox updated to 22, I asked problems with Firefox. It worked completely fine until now.
    There are two issues I have here.
    1 Firefox crashes when I open it. Has a small chance to hang does not sometimes, but the browser would be too slow to use.
    2. this problem happens when I go to any site. When I load a page, the undefined Word is shown repeatedly through the entire page.

    I tried to disable the following addons, but two problems:
    Internet Download Manager, Stylish, NoScript, dictionary, quick search

    I get crashes when you open the browser, so it is difficult to test the other addons. What is strange, is that these addons work very well on the desktop of my brother.
    My other addons not tested: Speedfox, WOT, Adblock, FVD fast dial, quicknote

    I'm running out of ideas to fix. There are other methods for fixing of my browser? I am able to get a list of diagnostic of my browser, I can post here for assistance?

    Are you aware that Firefox 22 is in beta test and that he will not be released for nearly 5 weeks?

    21 of Firefox is the current version.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • significant regression of scrolling performance in firefox 15

    I immediately noticed a significant regression in performance after reclassification 14.0.1 to 15. I've seen various comments on input.mozilla.org but it is now a week after the release and the latest firefox planning meeting made no mention of it (https://wiki.mozilla.org/Firefox/Planning/2012-09-05), so I thought I would try here.

    The first thing I noticed was slow and jerky scrolling a web page (the same as I watched immediately before the upgrade). I tried to reboot in safe mode, and while it improved things a bit, it was still significantly worse. I also tried with a clean profile with similar results. It was bad enough that I reinstalled 14.0.1 and everything went back to normal.

    Now I'm back in 15 of the report, and I noticed that the performance is bad in other places as well.

    • scrolling in all web pages, even the simplest
    • scroll the tab bar is too slow and jerky
    • text selection is so slow that the highlight is half a second before the cursor
    • Repeat button is now half the speed of other applications
    • videos YouTube fall of executives in all directions, and WindowServer is high user CPU during playback

    I will return on 14 still at the moment, but if you want me to try anything in 15 I can do. I am a developer, but have no experience with ff, so do not know what to try next.

    I have some information to the report that I made a discovery. Regression mentioned above in 15.0.1 is almost eliminated by changing the effects of transparency on the iTerm.app I have also installed. To be more precise, with a "large RADIUS blur" on a window open iTerm (even so completely hidden by FF) the scrolling etc. in FF performance are terrible. If I shorten the iTerm window, or disable the effect of "fuzzy" or exit iTerm, invert to acceptable levels.

    Now I'm changing all iTerm stuff when I upgraded FF 14 to 15. In other words, 14 FF was happy to run along the coast with the effects of transparency enabled iTerm.

    So clearly that something has changed in 15 FF, maybe to do with graphic composition, which really throws graphics hardware/drivers/composers/etc. of the Macbook Air for a loop. While the problem could of course lie in other applications or the OS itself, I must reiterate that 14 FF worked fine then without changing anything else in the system, 15 FF does not. Maybe it's time to open a bugzilla topic and get a dev to chime?

  • iMac is slow and I would like to improve his speed/performance.  Ran ETREcheck - here are the results:

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-01 17:52:49

    Download EtreCheck from https://etrecheck.com

    Time 08:31

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Computer is too slow

    Hardware Information:

    iMac (21.5 inch, mid 2011)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac12, 1

    1 2.5 GHz Intel Core i5 CPU: 4 strands

    12 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1333 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1333 MHz

    0/DIMM1 BANK

    OK 4 GB DDR3 1333 MHz

    BANK 1/DIMM1

    OK 4 GB DDR3 1333 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Video information:

    AMD Radeon HD 6750M - VRAM: 512 MB

    iMac, 1920 x 1080

    Software:

    OS X El Capitan 10.11.4 (15E65) - since the start time: about 6 days

    Disc information:

    WDC WD5000AAKS-402AA0 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) /: 498,91 go-go (375,32 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.25 GB Online

    OPTIARC DVD RW AD - 5690H)

    USB information:

    AudioEngine Audioengine D1

    Computer, Inc. Apple IR receiver.

    Card reader Apple

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / Library/Application Support/LogMeIn/drivers

    com.logmein.driver.LogMeInSoundDriver [no charge] (1.0.0 - 2012-07-19) [Support]

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    [no charge] com.sophos.nke.swi (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    / System/Library/Extensions

    [loading] com.rim.driver.BlackBerryUSBDriverInt (0.0.74 - 2016-04-05) [Support]

    [no charge] com.rim.driver.BlackBerryUSBDriverVSP (0.0.74 - 2016-04-05) [Support]

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 153 tasks Apple

    [operation] 73 tasks Apple

    [killed] 4 tasks Apple

    4 processes killed due to lack of RAM

    Launch system demons:

    [loaded] 43 tasks Apple

    [loading] 143 tasks Apple

    [operation] 93 tasks Apple

    [killed] 10 tasks Apple

    10 killed process lack of RAM

    Launch officers:

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-11-07) [Support]

    [operation] com.logmein.logmeingui.plist (02 / 02/2013) [Support]

    com.LogMeIn.logmeinguiagent.plist [no charge] (2013-04-08) [Support]

    com.LogMeIn.logmeinguiagentatlogin.plist [no charge] (2013-04-08) [Support]

    [operation] com.rim.BBAlbumArtCacher.plist (2012-04-19) [Support]

    [operation] com.rim.BBLaunchAgent.plist (2012-04-19) [Support]

    [operation] com.sophos.uiserver.plist (2015-09-26) [Support]

    [operation] net.culater.SIMBL.Agent.plist (2013-04-03) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-11-07) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-11-07) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.LogMeIn.logmeinserver.plist [no charge] (2012-07-19) [Support]

    [operation] com.memeo.Memeod.plist (2009-09-30) [Support]

    [operation] com.rim.BBDaemon.plist (2012-04-19) [Support]

    [operation] com.sophos.common.servicemanager.plist (2016-02-11) [Support]

    User launch officers:

    [failure] com.adobe.ARM. [...]. plist (2013-02-18) [Support]

    [market] com.akamai.single - user - client.plist (2015-09-23) [Support]

    [operation] com.amazon.music.plist (2015-03-07) [Support]

    com.apple.AddressBook.ScheduledSync.PHXC... plist [loading]

    [operation] ws.agile.1PasswordAgent.plist (2014-09-18) [Support]

    Items in user login:

    Hidden OpenDNS Updater Application (/ Applications/OpenDNS Updater.app)

    Nikon Message Center 2 launch application (/ Applications/Nikon/Nikon Message Center 2 software / Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)

    Eye - Fi Helper Application (/ Applications/Eye-Fi/Eye-Fi Helper.app)

    MemeoAgent Application (/ Library/Application Support/Memeo/Memeo Backup/Agents/MemeoAgent.app)

    Other applications:

    [ongoing] 2BUA8C4S2C.com.agilebits.onepassword4 - helper

    [performance]    P72E3GC48.com.Dashlane.DashlaneAgent

    com [running]. Growl.GrowlHelperApp.96032

    com [running]. Memeo.MemeoAgent.92832

    [ongoing] com.opendns.OpenDNS_Updater.72352

    [ongoing] com.Sophos.AutoUpdate

    [ongoing] com.Sophos.Configuration

    [ongoing] com.Sophos.InterCheck

    [ongoing] com.Sophos.notification

    [ongoing] com.Sophos.scan

    [ongoing] com.Sophos.sxld

    [ongoing] fi.eye.helper.98912

    [loading] 383 tasks Apple

    [operation] 223 tasks Apple

    [killed] 11 tasks Apple

    Plug-ins Internet:

    JavaAppletPlugin: 15.0.1 - 10.11 (2012-08-14) check the version of the SDK

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    QuickTime Plugin: 7.7.3 (2016-03-25)

    AdobePDFViewerNPAPI: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    AdobePDFViewer: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    CANONiMAGEGATEWAYDL: 3.1.0.2 (2009-09-08) [Support]

    EPPEX plugin: 3.0.5.0 (2009-07-29) [Support]

    Default browser: 601 - SDK 10.11 (2016-03-25)

    GarminGpsControl: 4.0.2.6 Beta - SDK 10.6 (2012-11-16) [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-19)

    User Plug-ins internet:

    CitrixOnlineWebDeploymentPlugin: 1.0.104 (2013-04-11) [Support]

    Dashlane: Dashlane 1.0.0 - SDK 10.7 (2014-04-11) [Support]

    Safari extensions:

    Ka-block! -David Graham & Josh Peek - http://kablock.com (2016-04-22)

    AdBlock Ultimate - Secure Download - https://adblockultimate.net/ (2016-02-07)

    Ghostery - GHOSTERY, Inc. - https://www.ghostery.com/ (2016-03-11)

    EverNote Web Clipper - Evernote Corp. - http://evernote.com (2016-02-07)

    Keeper® Password Manager & Digital Vault - Keeper Security, Inc. - https://keepersecurity.com (2016-03-11)

    DuckDuckGo - DuckDuckGo - http://duckduckgo.com (2015-07-13)

    1Password - AgileBits - https://agilebits.com/onepassword (2016-03-29)

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-04-29)

    Adblock more - Eyeo GmbH - https://adblockplus.org/ (2016-03-26)

    WOT - WOT Services Ltd. - http://www.mywot.com/ (2016-04-22)

    YoutubeWide - Pedrocc - http://www.pedrocc.com/safari (2014-10-22)

    Dashlane - Dashlane Inc. - http://www.dashlane.com (2016-02-07)

    Save on Pocket - Read It Later, Inc. - http://getpocket.com/ (2015-11-07)

    Blur - Abine, the society for the protection of personal information online. - https://www.abine.com (2016-05-01)

    TrafficLight - Bitdefender SRL - http://trafficlight.bitdefender.com/ (2016-02-07)

    3rd party preference panes:

    Akamai NetSession preferences (2015-09-23) [Support]

    Flash Player (2016-04-15) [Support]

    Growl (2006-12-30) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    13% WindowServer

    Dock of 10%

    7% launchd

    6% kernel_task

    1% Memeod

    Top of page process of memory:

    2.83 GB com.apple.WebKit.WebContent (8)

    2.08 GB Safari

    917 MB kernel_task

    467 MB softwareupdated

    406 MB iTunes

    Virtual memory information:

    310 MB free RAM

    12,00 GB used RAM (2.47 GB being cached)

    134 MB used Swap

    When you see a beachball cursor or the slowness is particularly bad, note the exact time: hour, minute, second.

    These must be run as administrator. If you have only one user account, you are the administrator.

    Run the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    The title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    Each message in the journal begins with the date and time when it was entered. Highlight date back to the time you noted above.

    Select the messages entered since then until the end of the episode, or until they begin to repeat, whichever comes first.

    Copy messages to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost all this is useless to solve any particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    When you post the journal excerpt, an error message may appear on the web page: "you include content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Firefox crashes repeatedly and randomly

    Firefox has been repeatedly and randomly crashing for about a week. I have sometimes a few hours of uninterrupted navigation but often have restart Firefox 10 times in 10 minutes too. It's completely random, it still happens in safe mode, AND when the plug-ins/add-ons custom are disabled. I use the latest version, I uninstalled completely and re installed, but it worked only for a day or two. It occurs on many different pages and doesn't seem to have a boss. Malware bytes was performed several times and nothing is found. Windows has all the updates that are available. The only thing I can imagine could cause what I have not tried to fix is the dissonance between Firefox and old Windows XP as possible a problem. Any ideas?

    There appears to be opportunities that the above entries relate to a malware disguised as something else (which would explain why they are not versioned) or they could be old remnants now not supported by Google Desktop.

    It may be interesting to try to uninstall Google Desktop, or put in quarantine and sometimes delete these two files. It would be certainly interesting runs a malware on these specific files up-to-date.

Maybe you are looking for

  • Satellite P50-A-144 - FN + z key does not work after update Win8.1

    Helloa couple of months ago with windows 8, which became 8.1 with w. update, I bought PC toshiba laptop SATELLITE P50-A-144.Since then, fn + z key does not work, it says that light keyboard turns off whenver I press it. How could I solve this problem

  • M4 Aqua does not start

    I got the phone just 10 days ago and I am already faced a major problem with it. After 10 minutes of video long shot, I got a message from the internal memory is full, and the camera stopped working. Everything was good except for the phone works a b

  • Re-Setup with the new operating system

    We have upgraded windows XP to windows 7.  We no longer have a home phone, so there is no line for a fax machine.  This printer has this feature and really confused our computer when it was installed again.  Now, he must restart the computer to get t

  • image to the user login screen

    I know that this subject has been discussed several times, but I can't seem to identify my particular problem.On my login screen - before a user has logged in - the image of user seems to have a photo randomly.  I don't want to use that particular im

  • BlackBerry smartphones can not remove the icon...

    About two days ago with the number '1' in front of him a little envelope icon directly at noon under the hour and the day/date, which are stacked in the center of the upper InfoBar at the top of the screen.  This envelope will appear in italics vs th