
Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup
Dec 9, 2020 4 mins read Posted by Yichun Zhang (updated Jan 2, 2022)
This tutorial demonstrates how to pre-compile Lua modules into LuaJIT bytecode. This can help reduce the startup time of an OpenResty application. Read more...