Electron UI FreezesElectron: jQuery is not definedAtom Electron does not load local storageReact + Redux + Electron desktop application, how to save data on local filesStoring a large set of relational data in a JS Electron Desktop app?Store a large set of relational data in a JavaScript Electron Desktop App?Electron/React/Redux - How to load a local file in an action creator?Kendo treeView Server Filtering with Load on demandBind remote JSON Data to a Kendo TreeView - only getting first tierHow to handle CORS in an electron app
My players like to search everything. What do they find?
What does this value mean in a BJT datasheet?
Should you add specific garden-fresh herbs to a stew at the beginning or the end?
Contributing to a candidate as a Foreign National US Resident?
Machine Learning Golf: Multiplication
Why would a propellor have blades of different lengths?
Should I hide my travel history to the UK when I apply for an Australian visa?
How to travel between two stationary worlds in the least amount of time? (time dilation)
Should I warn my boss I might take sick leave
How did שְׁלֹמֹה (shlomo) become Solomon?
Is it bad to suddenly introduce another element to your fantasy world a good ways into the story?
Phrasing "it says" or "it reads"
Is there an easy way to index by a binary vector / mask?
How do both sides know the MTU
Using Sed to add counter to keyword
How serious is plagiarism in a master’s thesis?
Motorcyle Chain needs to be cleaned every time you lube it?
Has chattel slavery ever been used as a criminal punishment in the USA since the passage of the Thirteenth Amendment?
What is the maximum amount of diamond in one Minecraft game?
Convenience stores in India
What are the differences of checking a self-signed certificate vs ignore it?
Do I need to be legally qualified to install a Hive smart thermostat?
How to improve the size of cells in this table?
What can a novel do that film and TV cannot?
Electron UI Freezes
Electron: jQuery is not definedAtom Electron does not load local storageReact + Redux + Electron desktop application, how to save data on local filesStoring a large set of relational data in a JS Electron Desktop app?Store a large set of relational data in a JavaScript Electron Desktop App?Electron/React/Redux - How to load a local file in an action creator?Kendo treeView Server Filtering with Load on demandBind remote JSON Data to a Kendo TreeView - only getting first tierHow to handle CORS in an electron app
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am building an electron app that pulls data from my server and stores them locally on a Sqlite db. this app has an offline mode hence i need the data stored locally.
In the app i need to build a treeview that has a lot of nodes (depending on the users config) eg: anywhere between 10-1000 nodes total including childrens.
When i build this data i use a remote renderer and store the data in a cache. then when its time to build the tree i call the cache and build the DOM, however at this stage the UI just hangs for a couple of seconds 10-15 cause the dom is re-building.
Lazy loading is not an option as even lazy loading seems to freeze on every call to get the data and build the dom. although it freezes for 1-3 secs
Any idea how to get over this?
jquery sqlite kendo-ui electron
add a comment |
I am building an electron app that pulls data from my server and stores them locally on a Sqlite db. this app has an offline mode hence i need the data stored locally.
In the app i need to build a treeview that has a lot of nodes (depending on the users config) eg: anywhere between 10-1000 nodes total including childrens.
When i build this data i use a remote renderer and store the data in a cache. then when its time to build the tree i call the cache and build the DOM, however at this stage the UI just hangs for a couple of seconds 10-15 cause the dom is re-building.
Lazy loading is not an option as even lazy loading seems to freeze on every call to get the data and build the dom. although it freezes for 1-3 secs
Any idea how to get over this?
jquery sqlite kendo-ui electron
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18
add a comment |
I am building an electron app that pulls data from my server and stores them locally on a Sqlite db. this app has an offline mode hence i need the data stored locally.
In the app i need to build a treeview that has a lot of nodes (depending on the users config) eg: anywhere between 10-1000 nodes total including childrens.
When i build this data i use a remote renderer and store the data in a cache. then when its time to build the tree i call the cache and build the DOM, however at this stage the UI just hangs for a couple of seconds 10-15 cause the dom is re-building.
Lazy loading is not an option as even lazy loading seems to freeze on every call to get the data and build the dom. although it freezes for 1-3 secs
Any idea how to get over this?
jquery sqlite kendo-ui electron
I am building an electron app that pulls data from my server and stores them locally on a Sqlite db. this app has an offline mode hence i need the data stored locally.
In the app i need to build a treeview that has a lot of nodes (depending on the users config) eg: anywhere between 10-1000 nodes total including childrens.
When i build this data i use a remote renderer and store the data in a cache. then when its time to build the tree i call the cache and build the DOM, however at this stage the UI just hangs for a couple of seconds 10-15 cause the dom is re-building.
Lazy loading is not an option as even lazy loading seems to freeze on every call to get the data and build the dom. although it freezes for 1-3 secs
Any idea how to get over this?
jquery sqlite kendo-ui electron
jquery sqlite kendo-ui electron
asked Mar 25 at 18:41
The Confused CoderThe Confused Coder
981 silver badge12 bronze badges
981 silver badge12 bronze badges
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18
add a comment |
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18
add a comment |
0
active
oldest
votes
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344492%2felectron-ui-freezes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344492%2felectron-ui-freezes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
We'd probably need more context to help you. If you're updating UI, you can't use a Web Worker unfortunately, so we'd want to look at your code and help optimize it. This would be a better question for the codereview SE
– pushkin
Mar 26 at 18:18