question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

need to optimize portfolio positions page.

See original GitHub issue

portfolio position page can lag while markets are getting loaded if user has many positions.

create many many many position on markets in various reporting states.

we are calling loadUserMarkets in load-markets.js

  augur.markets.getMarkets(
    { universe: universe.id, creator: loginAccount.address },

this gets all marketIds than we call loadMarketsInfoIfNotLoaded on all those marketIds which can take a long while to load and the user has to wait.

We need to refactor (like the reporting disputes page)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bthailecommented, Jan 29, 2019

since the portfolio page is going to be refactored we can close this. @adrake33

0reactions
bthailecommented, Feb 27, 2019

closing, this isn’t needed because of redesign

Read more comments on GitHub >

github_iconTop Results From Across the Web

Portfolio Optimization: How to Find Your Investment Balance
You want to do a better job of tracking the performance of different investments and optimizing for ROI, but self-managing a diverse investment...
Read more >
Portfolio Optimization: Simple versus Optimal Methods
Minimum variance weighted portfolios are optimal if all investments have the same expected return, while Maximum Diversification weighted portfolios are ...
Read more >
Using the ROI solvers with PortfolioAnalytics
assets=TRUE, xlim=c(0.01, 0.05), main="Maximum Return"). 9. Page 10. 2.4 Backtesting. An out of sample backtest is run with optimize.portfolio.rebalancing. In ...
Read more >
Portfolio Optimization with Position Constraints
Dynamic Programming: optimal control, duality theory. Page 3. 1 Introduction. Recent years have seen increased interest in the problem of optimal ...
Read more >
Techniques for Managing Positions - Fidelity Investments
In my opinion, most portfolios should consist of less than 40 open positions at any time; for most individuals a stock portfolio of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found