summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-04-21 02:35:34 +0300
committerEd Tanous <ed@tanous.net>2024-04-26 08:09:46 +0300
commit740cbd525fa619e6a4190ec08c80f45ae72435eb (patch)
tree06f417e372fc699b737db26add7f8e1a3521d2aa /public/index.html
parentbceafface3899539006e8f04717e7fd5bf491ac5 (diff)
downloadwebui-vue-740cbd525fa619e6a4190ec08c80f45ae72435eb.tar.xz
Limit to one chunk
Considering that currently, there's no way to load the login page without both the main json, and the 1 vendor chunk, chunking itself gets us no extra performance, and makes it harder on the bmc, because we now have to respond to two requests instead of one. These requests in practice happen serially, so on high RTT connections, it can be a negative on performance. Simplify by changing the webpack settings to produce one chunk. Tested: Webui loads properly. No errors on console when clicking around. Change-Id: Ida5bb748429137eb2414be1990168affe1d001af Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'public/index.html')
0 files changed, 0 insertions, 0 deletions