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

Degraded performance with vue 3.4.30 #1481

Open
alexblunck opened this issue Jun 25, 2024 · 19 comments
Open

Degraded performance with vue 3.4.30 #1481

alexblunck opened this issue Jun 25, 2024 · 19 comments

Comments

@alexblunck
Copy link

I just upgraded to the newest vue version (3.4.30) and am experiencing massively degraded performance with v-calendar.

I have prepared two minimal vue apps with only the Calendar component used. In the one with vue 3.4.28 everything works perfectly fine. In the Vue 3.4.30 project however the Calendar component reacts very slowly to any user interaction (Easily testable by attempting to navigate through months).

Vue 3.4.28: https://stackblitz.com/edit/vitejs-vite-wma6tg
Vue 3.4.30: https://stackblitz.com/edit/vitejs-vite-qkzd8n

@Kronhyx
Copy link

Kronhyx commented Jun 25, 2024

same here!

upgrading from 3.4.27 to 3.4.30

@MrRawbin
Copy link

I am also upgrading from 3.4.27 to 3.4.30 and the performance degradation is very noticeable.

@dethdkn
Copy link

dethdkn commented Jun 25, 2024

Thanks, you saved me a lot of time!

Dowgrading to 3.4.29 works fine, the problem is only with 3.4.30

@cinco-de-mauro
Copy link

Had the same issue when I upgraded from 3.4.28

@1Luc1
Copy link

1Luc1 commented Jun 25, 2024

Seems there are some problems with 3.4.30 (e.g. #1479).
3.4.30 Changelog - changed reactivity

@tom-id-au
Copy link

I think it might be in vue 3.4.29, I had to rollback to vue 3.4.28 for it to be snappy again

galexrt added a commit to fivenet-app/fivenet that referenced this issue Jun 26, 2024
See nathanreyes/v-calendar#1481

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
@LePtiDev
Copy link

I have the same issue on vue: 3.4.30 and 3.4.29. I tried 3.4.28 and my Vcalendar still slow.. Any idea ?

@valh1996
Copy link

valh1996 commented Jun 26, 2024

I have the same issue on vue: 3.4.30 and 3.4.29. I tried 3.4.28 and my Vcalendar still slow.. Any idea ?

What does your package.json look like? Check your installed version with the command npm list vue.

@iamandrewluca
Copy link

iamandrewluca commented Jun 27, 2024

As a workaround, I downgraded from vue@3.4.30 to vue@3.4.29. Seems to work.

@dennist12
Copy link

same here! rollback to vue@3.4.29

@DanielPagani
Copy link

same problem in nuxt@v3.12.2 !

@TomGreen1943
Copy link

I was at Vue 3.4.27 which worked fine and 3.4.30 didn't. (Glad to see there's already a discussion going on it!)

@houfeng0923
Copy link

vue@3.4.29 also performance issue. pls check open Year popover in nav.

@awaigand
Copy link

awaigand commented Jun 28, 2024

Vue 3.4.31 (released not even an hour ago) fixes it for me.
Looks like there was a mistake in a fix (since they reverted it) in 3.4.30 on Vue's end.

@tormit
Copy link

tormit commented Jun 28, 2024

Vue 3.4.31 fixed it.
With 3.4.30 it even crashed the tab.

@TomGreen1943
Copy link

Thanks. In Vue 3.4.31 it works fine for me too.

@LePtiDev
Copy link

Some one test it in production with 3.4.31 ?

@dethdkn
Copy link

dethdkn commented Jul 17, 2024

Some one test it in production with 3.4.31 ?

@LePtiDev Its working fine in prod for me

@Shuunen
Copy link

Shuunen commented Jul 18, 2024

upgrade to 3.4.32 also solved the issues, thanks all ❤️

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

No branches or pull requests