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

1.2 KiB

How Can I Speed Up Initial Access to a Function?

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:

  • Allocate more memory to the function.
  • Simplify function code, for example, delete unnecessary dependency packages.
  • When using C# in non-concurrent scenarios, you can also:

    Create a one-minute timer trigger to ensure that there is at least one active instance.