Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f5674d70
Commit
f5674d70
authored
May 07, 2019
by
Ian Hickson
Committed by
liyuqian
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Performance issue template (#31944)
parent
f61a2c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
1 deletion
+60
-1
feature_request.md
.github/ISSUE_TEMPLATE/feature_request.md
+1
-1
performance.md
.github/ISSUE_TEMPLATE/performance.md
+59
-0
No files found.
.github/ISSUE_TEMPLATE/feature_request.md
View file @
f5674d70
---
name
:
Feature request
about
:
Suggest a new idea for Flutter
about
:
Suggest a new idea for Flutter
.
title
:
'
'
labels
:
'
'
assignees
:
'
'
...
...
.github/ISSUE_TEMPLATE/performance.md
0 → 100644
View file @
f5674d70
---
name
:
I have a performance problem with my application
about
:
You are writing an application but have discovered that it is slow, you are
not hitting 60Hz, or you are getting jank (missed frames).
title
:
'
'
labels
:
'
severe:
performance'
assignees
:
'
'
---
<!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have found a performance problem, then fill our the template below.
Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports
-->
## Details
<!--
1.
Please tell us exactly how to reproduce the problem you are running into.
2.
Please attach a small application (ideally just one main.dart file) that
reproduces the problem. You could use https://gist.github.com/ for this.
3.
Run this app on a physical device using profile mode with Skia tracing
enabled, as follows:
flutter run --profile --trace-skia
Press ‘P’ to enable the performance overlay.
4.
Record a video of the performance issue using another phone so we
can have an intuitive understanding of what happened. Don’t use
"adb screenrecord", as that affects the performance of the profile run.
5.
Open Observatory and save a timeline trace of the performance issue
so we know which functions might be causing it. See "How to Collect
and Read Timeline Traces" on this blog post:
https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af03#a499
-->
## Logs
<!--
Run
`flutter analyze`
and attach any output of that command below.
If there are any analysis errors, try resolving them before filing this issue.
-->
```
```
<!-- Finally, paste the output of running `flutter doctor -v` here, with your device plugged in. -->
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment