nitter icon indicating copy to clipboard operation
nitter copied to clipboard

Slow image loading

Open DUOLabs333 opened this issue 3 years ago • 7 comments

I noticed that loading images are very slow on my personal instance. This does not appear on nitter.net or nitter.kavin.rocks, so it may be a personal configuration issue.

DUOLabs333 avatar Dec 07 '21 14:12 DUOLabs333

Is this still an issue?

zedeus avatar Dec 20 '21 00:12 zedeus

Yes

DUOLabs333 avatar Dec 20 '21 00:12 DUOLabs333

Please post some details about your setup (OS, nginx/apache/caddy/etc) and configuration

zedeus avatar Dec 20 '21 01:12 zedeus

Running on Arch ARM, problem appears on both Arch/Firefox, MacOS/Chrome, and Android/Chrome.

nitter.conf:

[Server]
address = "127.0.0.1"
port = 2017
https = false  # disable to enable cookies when not using https
httpMaxConnections = 100
staticDir = "./public"
title = "nitter"
hostname = "nitter.test"

[Cache]
listMinutes = 240  # how long to cache list info (not the tweets, so keep it high)
rssMinutes = 10  # how long to cache rss queries
redisHost = "localhost"
redisPort = 6379
redisConnections = 20 # connection pool size
redisMaxConnections = 30
redisPassword = ""
# max, new connections are opened when none are available, but if the pool size
# goes above this, they're closed when released. don't worry about this unless
# you receive tons of requests per second

[Config]
hmacKey = "secretkey" # random key for cryptographic signing of video urls
base64Media = false # use base64 encoding for proxied media urls
tokenCount = 100
# minimum amount of usable tokens. tokens are used to authorize API requests,
# but they expire after ~1 hour, and have a limit of 187 requests.
# the limit gets reset every 15 minutes, and the pool is filled up so there's
# always at least $tokenCount usable tokens. again, only increase this if
# you receive major bursts all the time

# Change default preferences here, see src/prefs_impl.nim for a complete list
[Preferences]
theme = "Nitter"
replaceTwitter = "nitter.test"
replaceYouTube = "piped.kavin.rocks"
replaceInstagram = ""
proxyVideos = false
hlsPlayback = true
infiniteScroll = false

DUOLabs333 avatar Dec 20 '21 01:12 DUOLabs333

Is it running behind a reverse proxy (e.g. nginx) or are you accessing it directly?

zedeus avatar Dec 20 '21 03:12 zedeus

Accessing it directly, though using nginx shows the same issue.

DUOLabs333 avatar Dec 20 '21 03:12 DUOLabs333

Having same problems. Behind my proxy they 504 but when accessing directly, images are taking upwards of 2 minutes to load in.

t3pfaffe avatar Mar 03 '22 04:03 t3pfaffe

It's much faster now. Maybe something got fixed in an update?

DUOLabs333 avatar Sep 04 '22 02:09 DUOLabs333