Skip to content

Avoid storing duplicated environment metadata for every request #6

@georgidhristov

Description

@georgidhristov

Environment information such as machine name, culture, timezone, and application version is currently stored per request entry.

These values are static for the application lifecycle and can be collected once during startup instead of being duplicated for every request.

Potential improvements:

  • reduced memory usage
  • smaller serialized payloads
  • cleaner separation between request data and application metadata

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededpriority: mediumImportant issue or feature with moderate impact

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions