Search results

  1. dreadnaut

    Performance suggestions

    Setting up the sprite generation as part of the build process (e.g., with the "sprity" npm package) could take some time, but as a one-off conversion, it takes about 15m to generate the code with something like https://css.spritegen.com and update the CSS. The result is 3KB of additional CSS...
  2. dreadnaut

    Performance suggestions

    MangaDex can't be a lightweight website, being image-heavy, but looking at the network traffic there's a few thing I'd like to suggest to speed up loading and reduce server load. Keep in mind that the home page loads more about 3MB of data, with about 180 network requests. Now, in no particular...
Top