mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
42 lines
1.0 KiB
Markdown
42 lines
1.0 KiB
Markdown
---
|
|
name: Performance Issue
|
|
about: Create a report about a performance problem.
|
|
title: '[PERF]'
|
|
labels: 'perf'
|
|
assignees: 'damienwebdev'
|
|
---
|
|
|
|
<!--
|
|
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
|
|
|
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
|
|
-->
|
|
|
|
# :turtle: Performance Issue
|
|
|
|
## Current behavior
|
|
<!-- Describe how the issue manifests. -->
|
|
|
|
|
|
## Expected behavior
|
|
<!-- Describe what the expected behavior is. -->
|
|
|
|
|
|
## Minimal reproduction of the problem with instructions
|
|
<!-- Please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem -->
|
|
|
|
|
|
## What is the motivation / use case for changing the behavior?
|
|
<!-- Describe the motivation or the concrete use case. -->
|
|
|
|
|
|
## Environment
|
|
|
|
<pre><code>
|
|
Magento version: X.Y.Z
|
|
PHP Version version: X.Y.Z
|
|
<!-- Check whether this is still an issue in the most recent magento2-cors version -->
|
|
|
|
Others:
|
|
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
|
</code></pre> |