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

Do not execute expensive queries from robots (e.g. 2 levels facets) #969

Closed
Tracked by #7583
stephanegigandet opened this issue Nov 30, 2017 · 1 comment
Closed
Tracked by #7583
Labels
facets facets allow you to explore products according to various criterion. Based on MongoDB MongoDB We have 2 mongodb collections: one for current products, and one for obsolete products 🕷️ SEO

Comments

@stephanegigandet
Copy link
Contributor

stephanegigandet commented Nov 30, 2017

What

  • Queries like /brand/xyz/additives etc. are very expensive and most of them are issued by robots, search engine etc. for little value. We could decide to not execute them, or execute them in a cheaper way, or to just return a 403 Forbidden (which would result in those pages not being indexed).

Part of

@teolemon teolemon added 🕷️ SEO MongoDB We have 2 mongodb collections: one for current products, and one for obsolete products labels Dec 3, 2017
@teolemon teolemon added the facets facets allow you to explore products according to various criterion. Based on MongoDB label Oct 12, 2022
@raphael0202
Copy link
Contributor

Fixed by #8744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
facets facets allow you to explore products according to various criterion. Based on MongoDB MongoDB We have 2 mongodb collections: one for current products, and one for obsolete products 🕷️ SEO
Projects
Development

No branches or pull requests

3 participants