feature (speed): improve loading speed

This commit is contained in:
MickaelK
2025-08-15 13:42:44 +10:00
parent 3bf3c71d8c
commit 72cebf4d6d
4 changed files with 192 additions and 90 deletions

View File

@ -29,7 +29,7 @@ func PluginExportHandler(ctx *App, res http.ResponseWriter, req *http.Request) {
}
}
}
SendSuccessResult(res, plgExports)
SendSuccessResultWithEtagAndGzip(res, req, plgExports)
}
func PluginStaticHandler(ctx *App, res http.ResponseWriter, req *http.Request) {