UIApplication.shared.applicationIconBadgeNumber is laggyUITableView with complex cells is slow and laggySwift Beta performance: sorting arraysWhen swiping on cell, it moves some label itemsApple's SpeedSketch example app is very laggyvalue of optional type 'string?' not unwrapped when checking if values are emptyApplying Filter to Core Image is very slowSwift Drawing App is LaggyUIPanGestureRecognizer Update Intervalsswift camera overlayViewTableView gets laggy with data

How did NASA Langley end up with the first 737?

Why did Jon Snow admit his fault in S08E06?

Can a UK national work as a paid shop assistant in the USA?

Can you still travel to America on the ESTA waiver program if you have been to Iran in transit?

Creating second map without labels using QGIS?

Can a ring of spell storing and access to Find spells produce an endless menagerie?

Is it legal to have an abortion in another state or abroad?

Would Buddhists help non-Buddhists continuing their attachments?

Dad jokes are fun

Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?

Best shape for a necromancer's undead minions for battle?

Time complexity of an algorithm: Is it important to state the base of the logarithm?

Why does splatting create a tuple on the rhs but a list on the lhs?

What weight should be given to writers groups critiques?

What were the Ethiopians doing in Xerxes' army?

Why sampling a periodic signal doesn't yield a periodic discrete signal?

Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?

Expected maximum number of unpaired socks

Cardio work for Muay Thai fighters

Is there an idiom that means that you are in a very strong negotiation position in a negotiation?

Does "was machen sie" have the greeting meaning of "what do you do"?

Security vulnerabilities of POST over SSL

The disk image is 497GB smaller than the target device

What would prevent living skin from being a good conductor for magic?



UIApplication.shared.applicationIconBadgeNumber is laggy


UITableView with complex cells is slow and laggySwift Beta performance: sorting arraysWhen swiping on cell, it moves some label itemsApple's SpeedSketch example app is very laggyvalue of optional type 'string?' not unwrapped when checking if values are emptyApplying Filter to Core Image is very slowSwift Drawing App is LaggyUIPanGestureRecognizer Update Intervalsswift camera overlayViewTableView gets laggy with data






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I'm building an iOS app, and I noticed something odd -
sometimes, the line of code



let someVariable = UIApplication.shared.applicationIconBadgeNumber



is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.










share|improve this question






















  • How do you measure performance?

    – ManWithBear
    Mar 23 at 23:58











  • The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

    – JohnDoe
    Mar 24 at 0:08

















0















I'm building an iOS app, and I noticed something odd -
sometimes, the line of code



let someVariable = UIApplication.shared.applicationIconBadgeNumber



is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.










share|improve this question






















  • How do you measure performance?

    – ManWithBear
    Mar 23 at 23:58











  • The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

    – JohnDoe
    Mar 24 at 0:08













0












0








0








I'm building an iOS app, and I noticed something odd -
sometimes, the line of code



let someVariable = UIApplication.shared.applicationIconBadgeNumber



is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.










share|improve this question














I'm building an iOS app, and I noticed something odd -
sometimes, the line of code



let someVariable = UIApplication.shared.applicationIconBadgeNumber



is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.







ios swift uiapplication






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 23 at 22:54









JohnDoeJohnDoe

783824




783824












  • How do you measure performance?

    – ManWithBear
    Mar 23 at 23:58











  • The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

    – JohnDoe
    Mar 24 at 0:08

















  • How do you measure performance?

    – ManWithBear
    Mar 23 at 23:58











  • The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

    – JohnDoe
    Mar 24 at 0:08
















How do you measure performance?

– ManWithBear
Mar 23 at 23:58





How do you measure performance?

– ManWithBear
Mar 23 at 23:58













The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

– JohnDoe
Mar 24 at 0:08





The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code

– JohnDoe
Mar 24 at 0:08












1 Answer
1






active

oldest

votes


















0














If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.

Instead try new Signpost with Instruments article



If you care only in duration while debugging, then I could guess it affected by communication with Springboard process + debugger protection. But I would say it mean nothing in general.






share|improve this answer























  • The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

    – JohnDoe
    Mar 24 at 4:55











  • @JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

    – ManWithBear
    Mar 24 at 11:34











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319140%2fuiapplication-shared-applicationiconbadgenumber-is-laggy%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.

Instead try new Signpost with Instruments article



If you care only in duration while debugging, then I could guess it affected by communication with Springboard process + debugger protection. But I would say it mean nothing in general.






share|improve this answer























  • The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

    – JohnDoe
    Mar 24 at 4:55











  • @JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

    – ManWithBear
    Mar 24 at 11:34















0














If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.

Instead try new Signpost with Instruments article



If you care only in duration while debugging, then I could guess it affected by communication with Springboard process + debugger protection. But I would say it mean nothing in general.






share|improve this answer























  • The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

    – JohnDoe
    Mar 24 at 4:55











  • @JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

    – ManWithBear
    Mar 24 at 11:34













0












0








0







If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.

Instead try new Signpost with Instruments article



If you care only in duration while debugging, then I could guess it affected by communication with Springboard process + debugger protection. But I would say it mean nothing in general.






share|improve this answer













If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.

Instead try new Signpost with Instruments article



If you care only in duration while debugging, then I could guess it affected by communication with Springboard process + debugger protection. But I would say it mean nothing in general.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 24 at 0:15









ManWithBearManWithBear

1,854720




1,854720












  • The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

    – JohnDoe
    Mar 24 at 4:55











  • @JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

    – ManWithBear
    Mar 24 at 11:34

















  • The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

    – JohnDoe
    Mar 24 at 4:55











  • @JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

    – ManWithBear
    Mar 24 at 11:34
















The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

– JohnDoe
Mar 24 at 4:55





The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable

– JohnDoe
Mar 24 at 4:55













@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

– ManWithBear
Mar 24 at 11:34





@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me os_signpost?

– ManWithBear
Mar 24 at 11:34

















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319140%2fuiapplication-shared-applicationiconbadgenumber-is-laggy%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript