Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Slow / weird behavior with download speed

Abierto
#182 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
30/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
node.js

Línea de trabajo

Examine la configuración del servidor y el código de manejo de descargas para comprender los mecanismos de caché. Observe cómo se sirven archivos grandes como archivos de gráficos y si están involucradas cabeceras de caché o configuraciones de CDN. Pruebe las velocidades de descarga con solicitudes nuevas frente a repetidas para reproducir el problema.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I noticed there is some sort of caching going on between the server and my computer.

Seemingly, downloading with the installer was slow (~200-300KiB), but then trying to download via some other method was fast (10MiB).

However what was really happening, was that re-downloading a file which had already been partially/fully downloaded was fast. There was some sort of caching going on when downloading from the server.

I think there is some issue with downloading very large files (such as the graphics archives) - they are not cached, or perhaps downloading one causes the limited cache to be emptied? so when the next person goes to download, it will need to re-download the file or something). Not sure if the cache is global to everyone, local to regions of the world, or local to just me.

This is not really my area of expertise so I don't really know what could be going on. I also am not sure how we have stuff setup on the server (or how a server is usually setup for serving large files)

Lenguaje dominante
JavaScript
Estrellas
214
Forks
12
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de 07th-mod/python-patcher

Todos los issues de 07th-mod/python-patcher

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.