Skip to content

Disable ETag caching on notes due to issues with pagination

Sincheol (David) Kim requested to merge disable-etag-caching-for-notes into master

What does this MR do?

We've noticed that this conditional ETag caching doesn't work as expected due to how ETag is handled currently. It would require more rework to make this conditional ETag working, but we can disable ETag caching for now as we believe pagination would improve the performance.

I think that'll give us quicker feedback about the effectiveness of pagination and we can decide if we need to look into ETag again for this endpoint.

Related to #209784 (closed) and !52089 (comment 489723230)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sincheol (David) Kim

Merge request reports