tag-manager
tag-manager copied to clipboard
Optional check template name in use
trafficstars
Description:
Allows to reduce n+1 queries especially in import
Review
- [ ] Functional review done
- [ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
- [ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
- [ ] Security review done
- [ ] Wording review done
- [ ] Code review done
- [ ] Tests were added if useful/possible
- [ ] Reviewed for breaking changes
- [ ] Developer changelog updated if needed
- [ ] Documentation added if needed
- [ ] Existing documentation updated if needed
@AltamashShaikh container is fresh during import, so all names could be in array instead of queries for all templates
@ulcuber I believe importer code is pending here too right ?
Needs #533