-
-
Notifications
You must be signed in to change notification settings - Fork 469
Not planned
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
Build is very slow. Compilation also doesn't start again right after failed compilation.
To reproduce
Use any big project with multiple libraries on 2-core laptop PC. Compilation is slow like forever. Clangd server slow down everything too. It is the most buggy thing I ever seen.
Expected behavior
Clangd and build should not be slow.
Arduino IDE version
2.3.2
Operating system
Windows
Operating system version
11
Additional context
No response
Issue checklist
- I searched for previous reports inI verified the problem still occurs when using the latestMy report contains all necessary detailsTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
per1234 commentedon Jul 31, 2024
Thanks for taking the time to submit an issue @niiiksh. We have and will continue to make efforts to improve the performance of Arduino IDE and its helper tools as possible, but we don't have a magic wand we can just wave to make the sketch build instantly.
This issue doesn't highlight a specific technical defect that can be addressed so I'll close it as not actionable. If you discover specific technical defects you are welcome to submit detailed formal bug reports for the developers to fix.
niiiksh commentedon Aug 1, 2024
@per1234 so, make a magic wand. because downloading index seems to build something too. Because of it starting IDE to fully functional state takes long time.
per1234 commentedon Aug 1, 2024
We are tracking the issue of exceptional index download process times here: arduino/arduino-cli#2347