-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify dotCMS generated contentlet system-wide for efficient thumbnail generation #23600
Closed
4 of 8 tasks
Tracked by
#23599
Comments
|
fmontes
changed the title
CS: Fix the thumbnail in the card view
Unify thumbnail URL in all places on the system
Feb 21, 2023
fmontes
changed the title
Unify thumbnail URL in all places on the system
Unify dotCMS generated contentlet system-wide for efficient thumbnail generation
Feb 21, 2023
fmontes
moved this from Next 1-3 Sprints
to Current Sprint Backlog
in dotCMS - Product Planning
Feb 24, 2023
fmontes
moved this from Current Sprint Backlog
to Next 1-3 Sprints
in dotCMS - Product Planning
Jun 5, 2023
wezell
added a commit
that referenced
this issue
Jul 7, 2023
fmontes
moved this from Next 1-3 Sprints
to Current Sprint Backlog
in dotCMS - Product Planning
Jul 11, 2023
jcastro-dotcms
pushed a commit
that referenced
this issue
Jul 24, 2023
jcastro-dotcms
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Jul 24, 2023
wezell
added a commit
that referenced
this issue
Jul 24, 2023
jcastro-dotcms
pushed a commit
that referenced
this issue
Jul 24, 2023
INTERNAL QA: PASSED
Thumbnails show up just like in the PR's description: #25405 , and the tests explained in there were verified in the Docker image as well. |
jcastro-dotcms
moved this from Internal QA
to QA - Backlog
in dotCMS - Product Planning
Jul 25, 2023
bryanboza
moved this from QA - Backlog
to QA - In Progress
in dotCMS - Product Planning
Jul 28, 2023
Approved QA - Tested on master_37bd1f0_SNAPSHOT // Docker // macOS 13.0 // FF v113.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parent Issue
#23599
Task
As a stakeholder, I want to unify the thumbnail generation process across the system to optimize server performance and prevent the generation of multiple images for different pages.
We are using the RESTful Image Processing API to generate the thumbnails. And this is good, but the issue is that there are varying thumbnail URLs used across different sections of the system. This results in the generation of multiple thumbnails for the same image, which can put a significant load on the server when there are many contentlets.
What we need to do is make sure that everywhere in the system that has a contentlet thumbnail, we use the same image URL for that to prevent the system from generating new images for different pages.
Web Component
We already have a web component to render the thumbnail image, we are just not using it everywhere.
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
Acceptance Criteria
Use the
dot-contentlet-thumbnail
in all the sections of the system where we need to render a contentlet thumbnail.Use the thumbnail web component in the following sections
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: