Skip to content
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

Improve Image Loads #1309

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Conversation

ItzNotABug
Copy link
Contributor

What does this PR do?

Generates thumbnail copies of Cover Images on Blog page. This is still in works.

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Sep 8, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-04 09:50:32 CET

@ItzNotABug
Copy link
Contributor Author

Update: I am just trying to apply different plugins for optimizing the content via minification, purging css, etc. This def. affects the build times.

@ItzNotABug
Copy link
Contributor Author

@TorstenDittmann the latest commits strip around 2.7x of resource load!!

Preview takes only - 8.3MB on /blog
Cloud takes at-least - 22.5MB on /blog

This is without any purgeCss although I see the app.**.js (minified) is way tooo big but is that a concern here!?

@ItzNotABug
Copy link
Contributor Author

So rollup's manual chunk helps in reducing the app.****.js size and by creating a smaller vendor.js but requires way too much memory.

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.

1 participant