mavo icon indicating copy to clipboard operation
mavo copied to clipboard

Mavo.js & mavo.css transfered 2 times to the browser

Open GalinhaLX opened this issue 2 years ago • 1 comments

Hi

when using 1 empty simple mavo app, for testing, with Mavo sources as

    <script src="https://get.mavo.io/stable/mavo.min.js"></script>
    <link rel="stylesheet" href="https://get.mavo.io/stable/mavo.min.css">

Isn't mavo loading 2 times?

image

despite the redirection (302 message), total size of 2 files is 421Kb

...instead 212Kb when I use those files localy:

image

GalinhaLX avatar May 03 '22 18:05 GalinhaLX

This looks like a bug with devtools, it doesn't download things twice if there's a redirection!

LeaVerou avatar May 06 '22 14:05 LeaVerou