mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #4349] [feature]: slow render on some screens #1582
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1582
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shipko on GitHub (Sep 16, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4349
Is there an existing issue for this?
Summary
I noticed that on some screens the rendering time increases linearly with the number of elements. For example, on the edit environment variables page.
With a number of elements of about 100, the page generation time takes more than 2 seconds (macbook m1), even longer on older machines.
With the help of the profiler, it was found out that the problem is too "heavy" SmartEnvInput.
I ask you to optimize somehow, because this is important for us.
test.json
Why should this be worked on?
The product is slow when used in full on large amounts of data. This prevents implementation in large companies
@HetuKariya commented on GitHub (Oct 4, 2024):
Can I work on this problem?
@shipko commented on GitHub (Oct 10, 2024):
@jamesgeorge007 @AndrewBastin maybe we give a chance for @HetuKariya ?
@HetuKariya commented on GitHub (Oct 12, 2024):
I have removed all the extra nesting in json files of locales so that the rendering speed would increase. Can you please give me the permission to push this to the main branch please.
@HetuKariya commented on GitHub (Oct 12, 2024):
I have removed 6000 - 7000 lines of extra code and made it smaller so that the rendering speed increases
@AndrewBastin commented on GitHub (Oct 12, 2024):
@HetuKariya we don't give people the ability to push to the main repo, instead you are supposed to raise a Github PR. Please read up about it and go through the proper channels.
@HetuKariya commented on GitHub (Oct 13, 2024):
Ok and once I make this PR can you please give this repo hacktoberfest and hacktoberfest - accepted and close the issue?
@HetuKariya commented on GitHub (Oct 15, 2024):
I have made a pr and the number of the pr is : #4438 please close this issue
@HetuKariya commented on GitHub (Oct 15, 2024):
also please give this pr a hacktoberfest accepted tag
@HetuKariya commented on GitHub (Oct 15, 2024):
https://github.com/hoppscotch/hoppscotch/pull/4438