Skip to content

Unnecessary user session with every request #85

@rubas

Description

@rubas

Related to #82. Introduced with commit github-36: support default settings.

The plugin starts (imo) an unnecessary user session with every request.

Starting a session for every user is an application anti-pattern. Serving pages to users with sessions cannot be done out of a cache, so creating a session for every visitor inherently makes your application unscalable.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions