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

Improve performance of product category rewrites (disabled product & categories and product_use_categories) #1405

Commits on Oct 11, 2022

  1. Fix issues in Catalog URL Rewrites indexer

    when catalog/seo/product_use_categories in config has value false
    MarcinNowakMacopedia committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fd470da View commit details
    Browse the repository at this point in the history
  2. Add new functionality for blocking generating rewrites for disabled p…

    …roduct and category.
    
    Add in config field create_url_for_disabled. When it is set as false dont generate redirects for disabled products and categories, what improves performance. Default is true, thanks to it it is compatible backwards.
    MarcinNowakMacopedia committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    33d1235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50aadf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945da7b View commit details
    Browse the repository at this point in the history
  5. Add class Mage_Adminhtml_Model_System_Config_Backend_Seo

    to change category flas and product flat indexers status to require_reindex when configuration changed
    MarcinNowakMacopedia committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    89053c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46887fb View commit details
    Browse the repository at this point in the history
  7. Update app/code/core/Mage/Catalog/Model/Resource/Url.php

    Change the way of getting the product entityTypeId.
    
    Co-authored-by: Colin Mollenhour <[email protected]>
    MarcinNowakMacopedia and colinmollenhour committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4fdfcce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91d0716 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af80c2c View commit details
    Browse the repository at this point in the history