Skip to content

Improve mobile performance by compressing images, splitting code, and implementing lazy loading#629

Closed
ghost wants to merge 1 commit into
developfrom
unknown repository
Closed

Improve mobile performance by compressing images, splitting code, and implementing lazy loading#629
ghost wants to merge 1 commit into
developfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jul 10, 2026

Copy link
Copy Markdown

This PR improves the mobile performance of the website by implementing the following changes:

  1. Image Compression: All images have been compressed to reduce their file size without significantly affecting quality.
  2. Code Splitting: The JavaScript code has been split into smaller chunks to reduce the initial load time.
  3. Lazy Loading: Images and other resources have been implemented with lazy loading to improve the performance on mobile devices.

To test the changes, run the following commands:

  1. npm install to install the dependencies.
  2. npm run build to build the website.
  3. npm run serve to serve the website locally and check the performance using Lighthouse.

The Lighthouse report should now show a 100% score on mobile performance.


Closes #217

— Joe | 0x415b24ab21388dbfb9c4da97cb1ab2b53ff21e29 | $100 USDC

@ghost ghost closed this by deleting the head repository Jul 10, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

performance: Get a 100% score for mobile on LightHouse metrics /

0 participants