-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
Scrolling on real devices extremely laggy/slow #191
Comments
There are many possible issues, so it's hard to say. What device are you using? Is the HTML complex? Are you running lots of apps on your device? This could even be an issue with Flutter's performance. |
I have a same issue. <p>Để cải thiện vấn đề sắp xếp task, triển khai công việc & ý tưởng mới. Hỗ trợ lead và PM trong việc đánh giá tình hình assign công việc và lên kế hoạch kế tiếp.</p>
<p>Từ tháng 2/2020, TEQ sẽ áp dụng Heatmap để monitor tình hình công việc của tất cả member một cách trực quan nhất và chia sẽ thông tin này cho tất cả các thành viên.</p>
<p>I. Mục tiêu<br />
- Thể hiện được tình trạng hiện tại của việc assign & commit của member vào từng dự án hoặc các công việc R&D, hỗ trợ nội bộ.<br />
- Giúp cho việc tổng kết cuối tháng và kế hoạch tháng kế tiếp của Lead / PM dễ dàng hơn. Đánh giá hiệu quả theo Quí / Năm của team và của member chính xác hơn. Từ đó có những gợi ý để team / member phát triển hơn nữa.<br />
- Dễ dàng triển khai những ý tưởng mới, nâng cao chất lượng dự án và phát triển R&D nội bộ<br />
<br />
II. Cách thực hiện.<br />
- Mỗi cuối ngày, từng thành viên dành 3 - 5 phút để input thông tin vào form sau.<br />
p/s: Đã chuẩn bị sẵn link form auto điền tên member. <Liên hệ leader để có link cho từng members><br />
- Khi post form, mỗi dự án là 1 record, phần 【Activity / purpose / mission 】chỉ cần ghi ngắn gọn. Ví dụ như: "Đọc tài liệu", "Support ABC", "Hỗ trợ member X", "Seminar" v.v...<br />
+ nếu commit chính 1 dự án và support 1 dự án thì post 2 record<br />
- Lead dự án sẽ được xem và kiểm tra lại thông tin member đã nhâp có chính xác chưa (hàng ngày hoặc hàng tuần), nếu cần có thể tự sửa lại cho đúng.<br />
- Member có thể được xem những thông tin liên quan đến dự án và member của dự án mình đang tham gia <tính năng này sẽ cập nhật sau><br />
III. Lưu ý<br />
- Mỗi thành viên có thể commit nhiều hơn hoặc ít hơn 8 tiếng 1 ngày. Có thể post form vào cuối tuần hoặc buổi tối nếu có hỗ trợ dự án những việc đột xuất.<br />
- Có project 【TEQ_TRT】& 【TEQ_Other】dành cho những công việc R&D, support nội bộ hoặc sermina, present v.v..<br />
- Nếu hỗ trợ nhiều task linh tinh trong 1 dự án thì chỉ cần summary lại theo dự án và post 1 form.<br />
- Mọi thắc mắc có thể liên hệ với leader / lead dự án,</p> |
Thank you for the code snippet to test. I will investigate the slowness issue. Is the app slow every time? |
Same with me... My approach was to build the Html widget only once: if(htmlWidget == null){ |
the app slow is not always slow every time but the above html snippets cause lagginess to the app. |
yes. me too. it's very slow when scroll |
Thank you, this solved the laggy scrolling html widget for me |
I used another package, which worked fluently. No workarounds needed like this. And the other package is maintained regularly |
I am working to improve performance for this package right now as well. |
Hi @Ahmadre , which package you are using now? Does it have a good performance form very long content(may include images)? |
No solution is there for this issue? @Sub6Resources |
Closing this in favor of the more detailed duplicate issue #361 which also explains why this isn't a straightforward thing to solve. |
When I run my app in the simulator/emulator the scrolling with
SingleChildScrollView
is fast, but when i build an release app and run it on my real device it's lagging extremly! why?related snippet:
The text was updated successfully, but these errors were encountered: