[PR #26] [MERGED] massive perf improvements #177

Closed
opened 2026-02-17 17:06:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/26
Author: @Huskydog9988
Created: 3/14/2025
Status: Merged
Merged: 3/22/2025
Merged by: @DecDuck

Base: developHead: perf-fixes


📝 Commits (2)

  • cd93ba2 massive perf improvements
  • d4d1eaf Merge branch 'develop' into perf-fixes

📊 Changes

6 files changed (+1044 additions, -36 deletions)

View changed files

📝 components/UserHeader/UserWidget.vue (+7 -3)
📝 layouts/default.vue (+2 -2)
📝 nuxt.config.ts (+28 -1)
📝 package.json (+9 -3)
📝 pages/store/index.vue (+1 -1)
📝 yarn.lock (+997 -26)

📄 Description

on the store page, brings LCP down to only 5.6s from 11s. total lighthouse score is now 78


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/26 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `perf-fixes` --- ### 📝 Commits (2) - [`cd93ba2`](https://github.com/Drop-OSS/drop/commit/cd93ba21975d5fc60f2e73d8ca0b48d6040d5bdc) massive perf improvements - [`d4d1eaf`](https://github.com/Drop-OSS/drop/commit/d4d1eaf2e2e1a9e12d4bfd17c38f64b10895dabf) Merge branch 'develop' into perf-fixes ### 📊 Changes **6 files changed** (+1044 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `components/UserHeader/UserWidget.vue` (+7 -3) 📝 `layouts/default.vue` (+2 -2) 📝 `nuxt.config.ts` (+28 -1) 📝 `package.json` (+9 -3) 📝 `pages/store/index.vue` (+1 -1) 📝 `yarn.lock` (+997 -26) </details> ### 📄 Description on the store page, brings LCP down to only 5.6s from 11s. total lighthouse score is now 78 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:22 -05:00
yindo closed this issue 2026-02-17 17:06:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#177