Skip to content

Conversation

@das-Abroxas
Copy link
Contributor

This introduces enhancements and changes that include server-side rendering of article content, caching mechanisms, and locale-aware date displays.

Changes:

  • Server-side article content rendering:
    Article content rendering has been moved from the client side to the server side. This change improves the initial load time.

  • Article content caching:
    Implemented article caching with a configurable maximum age. This feature significantly improves delivery performance by reducing the need to repeatedly fetch and render articles that haven't changed.

  • Locale-aware date display:
    The date display for articles has been updated to respect the locale settings of the user's browser. This enhancement ensures that dates are displayed in the user's preferred format, improving the overall user experience.

@das-Abroxas das-Abroxas added enhancement New feature or request refactor Refactor of code that does not affect functionality labels Jul 26, 2024
@das-Abroxas das-Abroxas self-assigned this Jul 26, 2024
Copy link
Member

@St4NNi St4NNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! Nice addition to decrease loading times and improve throughput.

@das-Abroxas das-Abroxas merged commit 747f1f0 into main Jul 30, 2024
@das-Abroxas das-Abroxas deleted the refactor/articles-cache branch October 9, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request refactor Refactor of code that does not affect functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants