-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improvement Needed for High CLS on CERN Open Data Portal (UI, Load performance improvement) #73
Comments
Hi @Shruti-lab, Best regards, |
Hi Pablo, Thank you for your prompt response! I appreciate the opportunity to contribute. I’ll take a look at the code and prepare a pull request with my suggestions soon. Best regards, |
Hello @psaiz , I'm encountering a couple of issues while trying to set up the local development environment using the provided docker-compose-dev.yml file, I needed some help in this:- 1) Warning About the Version Attribute and this command 2) Service Configuration Error I’ve checked the configuration, but I’m unsure how to correctly specify the build context or image for the web service. Could you please provide guidance on how to resolve these issues? Thank you! |
Hi @Shruti-lab,
fixes the issues that you reported. |
Thanks @psaiz I'll try again! |
Description:
I would like to bring to your attention an issue regarding the website's performance, specifically related to Cumulative Layout Shift (CLS) metrics. After running an analysis using Google Lighthouse, I observed that the site exhibits a high CLS score, which negatively impacts the user experience.
Details:
Date of Performance Tested: 28/10/2024
Lighthouse Report Link: Report Link
CLS Score: 1.165 ( very poor)
Observations:
The site dynamically fetches data from the database, which is the cause of layout shifts as content loads.
Proposed suggestions:
Use placeholders or skeleton screens for dynamically loaded content to reduce layout shifts. Also to monitor and analyze the CLS score regularly and make adjustments as needed.
I am eager to work on this issue to help enhance the performance of the CERN Open Data Portal. I believe that improving the CLS score will greatly enhance the overall user experience and make the portal more user-friendly.
Thank you for considering these suggestions!
The text was updated successfully, but these errors were encountered: