Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Media browser performance improvements #230

Merged
merged 7 commits into from Dec 9, 2015

Commits on Dec 4, 2015

  1. [BUGFIX] Exclude image variants from asset searches

    Including image variants in asset searches returns lots of
    images that aren't desired since they're simple cropped versions
    of others.
    aertmann committed Dec 4, 2015
    Copy the full SHA
    af97b4f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb3fdac View commit details
    Browse the repository at this point in the history
  3. [BUGFIX] Require asset collection in countByAssetCollection

    Related: NEOS-1698
    aertmann committed Dec 4, 2015
    Copy the full SHA
    e5292bf View commit details
    Browse the repository at this point in the history
  4. [TASK] Optimize asset repository count queries

    Optimizes the asset repository count queries to remove
    unnecessary joins resulting in ~10x performance gain.
    
    Related: NEOS-1698
    aertmann committed Dec 4, 2015
    Copy the full SHA
    1a0c0f6 View commit details
    Browse the repository at this point in the history
  5. [TASK] Use optimized count by asset collection

    Related: NEOS-1698
    aertmann committed Dec 4, 2015
    Copy the full SHA
    6b2b537 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6ac9881 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    af56539 View commit details
    Browse the repository at this point in the history