doc-exports/docs/fg/umn/functiongraph_03_0350.html
Chen, Junjie dac566cf2f FG UMN 20230725 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-04-03 10:30:56 +00:00

14 lines
1.2 KiB
HTML

<a name="functiongraph_03_0350"></a><a name="functiongraph_03_0350"></a>
<h1 class="topictitle1">How Can I Speed Up Initial Access to a Function?</h1>
<div id="body1587547438726"><p id="functiongraph_03_0350__p699601442816">C# and Go support a lower startup speed than other languages due to mechanism issues. You can use the following methods to speed up initial access to a function:</p>
<ul id="functiongraph_03_0350__ul1637519544171"><li id="functiongraph_03_0350__li12375175471717">Allocate more memory to the function.</li><li id="functiongraph_03_0350__li1375254101712">Simplify function code, for example, delete unnecessary dependency packages.</li><li id="functiongraph_03_0350__li147031051143011">When using C# in non-concurrent scenarios, you can also:<p id="functiongraph_03_0350__p996975263010"><a name="functiongraph_03_0350__li147031051143011"></a><a name="li147031051143011"></a>Create a one-minute timer trigger to ensure that there is at least one active instance.</p>
</li></ul>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="functiongraph_03_0346.html">Function Execution FAQs</a></div>
</div>
</div>