Gap: performance
negative LibrePhotos github source
backend: only mark a job failed when error rate crosses a threshold
themes: Performance · rating: · relevance: 1
The current update_scan_counter sets job.failed = True after a single per-photo error and the flag is sticky for the rest of the run:
job.failed = failed or job.failed
So a scan that processes 152520 photos and errors on 4 of them — a real production case visible in LongRunningJob row
58b891a5-5776-4a27-9ae3-c5610a80ee27 from a user's instance, with progress 152520/152520 and result.status='partial_failure' — shows up as the red "Failed" banner in the admin UI even though 99.997% of work succeeded. result already correctly carries the partial_failure status and the per-photo error list; only the sticky boolean is wrong.
This change replaces both occurrences of the sticky assign
negative LibrePhotos github source
backend: add timeouts to sidecar HTTP calls so jobs can't wedge forever
themes: Performance · rating: · relevance: 1
Every backend → sidecar HTTP client (face_recognition, image_similarity, clip_embeddings, exif/metadata reader, image_captioning, llm, thumbnail, tags, plus the periodic health checker) calls requests.post/get/delete with no timeout. requests defaults to no timeout, which means a stalled sidecar — face_recognition wedged on a pathological image, exiftool hung mid-process, image_similarity in a tight loop — parks the caller on an infinite socket read. The caller is most often a long-running scan job running inside a single django-q2 task; the task ends up "running" forever in the admin UI with no progress, and the global Q_CLUSTER timeout is set to 10000000 (115 days) so the supervisor never
negative Lychee github source
chore(deps): bump the production-dependencies group across 1 directory with 10 updates
themes: Performance · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.4.0` | `9.5.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` |
| [vue-router](https://github.com/vuejs/router) | `5.
negative Immich github source
Android App issue loading thumbnauls
themes: Performance · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
So I have prefer remote images turned on in the android app. My current issue is that thumbnails don't load in search. Only some do. Also, if I delete the local copy of an image, it doesn't load the thumbnail in timeline unless I sign out and in.
### The OS that Immich Server is running on
Rocky 10
### Version of Immich Server
2.7.5
### Version of Immich Mobile App
2.7.4
### Platform with the issue
- [ ] Server
- [ ] Web
- [x] Mobile
### Device make and model
Pixel 10 Pro and Samsung S21
### Your docker-compose.yml content
```YAML
#
# WARNING: Make
negative LibrePhotos github source
Consider persisting the FAISS similarity index across container restarts
themes: Performance · rating: · relevance: 1
When I restart the backend container on my library (~400k photos, on the stable image), postgres sits at ~85–95% CPU for around 20 minutes while the backend itself is mostly idle. Watching the logs and `pg_stat_activity`, the load is coming from a sequence of paginated SELECTs over `Photo.clip_embeddings`, each feeding a `POST /build/` call into the image_similarity Flask service.
Tracing it back: the backend entrypoint runs `python manage.py build_similarity_index`, which enqueues `build_image_similarity_index(user)` for every user. That function (in `api/image_similarity.py`) DELETEs the in-memory FAISS index in the Flask service and then re-streams every photo's `clip_embeddings` to it i
negative LibrePhotos github source
Update frontend dependencies (major)
themes: Performance · rating: · relevance: 1
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |
|---|---|---|---|---|---|
| [@badeball/cypress-cucumber-preprocessor](https://redirect.github.com/badeball/cypress-cucumber-preprocessor) | [`^20.1.2` → `^24.0.0`](https://renovatebot.com/diffs/npm/@badeball%2fcypress-cucumber-preprocessor/20.1.2/24.0.1) |  | , and there does not seem to be a Linux option for the required (I guess) desktop application.
I don't get why File Explorer displays these files fine, but Photos does not.
negative Format reddit source
Moneat: Sentry + Datadog drop-in replacement (v1.0.7 release)
themes: Performance · rating: · relevance: 1
Hi everyone - I just released v1.0.7 of Moneat and wanted to share it with you guys. I'll try to keep it brief with a question format:
### How is this different from every other "x monitoring alternative"?
Moneat aims to be a drop-in replacement for two main alternatives: Sentry and Datadog. Meaning, to swap from these two platforms, only a configuration change is needed (e.g., DSN, auth keys).
### How does it work?
It uses the Sentry SDK and Datadog agent for ingestion. Simply point these at Moneat's ingestion.
### How's the installation?
There's a 3 minute installer that walks the user through the process, or a docker compose for power users.
### Why did you build this?
Like most
negative Synology Photos app_store source
Brutally slow thumbnail generation
themes: Performance · rating: 2 · relevance: 0.9
I have many years of photos backed up on my Synology NAS and unlike Apple Photos which instantly generates thumbnails the Synology app is BRUTALLY, UNACCEPTABLY slow to generate thumbnails for years past. It's just awful.
It's good for backing up but wow.
negative Pic-Time app_store source
Why is upload limited to photos app?
themes: Performance · rating: 2 · relevance: 1
It seems very odd to me that the only way to upload photos on the iPad using the app is through the Photos app and that you can’t use the Files app to get the photos into your Pic-Time Gallery. Also, getting Help through the app is slow and ridiculous. If you’re question doesn’t fit the 2 to 3 options the AI bought wants to give you.
negative Immich reddit source
Container manager error mounting to rootfs
themes: Performance · rating: · relevance: 1
Hi, I have been recently cleaning up the volumes and recreating them after the move to DS425+ from DS224+. While moving stuff around, I had to move shared Docker folders back and forth. Because of the policy, I reinstalled the container manager. For container like Immich, everything works fine, but for Jellyfin, I got this error.
Start container jellyfin failed: {"message":"failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/volume1/data/media\" to rootfs at \"/data/media\": mkdir /volume1/@docker/btrfs/subvolumes/4441903bbc04e9fd484a3cd9308920f7b
negative Ente Photos github source
Ente Auth doesn't show the input password field and just show a spinner
themes: Performance · rating: · relevance: 1
### Description
So, I've been having problem with Ente Auth for a while now, it happened after I update the App but also probably because I updated my distro as well, but weirdly enough, the old version app on the updated system was fine, until i reboot and it no longer works.
Basically, latest AppImage version won't open, but older version does open, but with no way of unlocking the vault (no password prompt).
For the first problem basically the AppImage version failed to mount some file into the /tmp folder or something.
While the latest version from AUR or the much older version of AppImage (4.4.12 and below) does open just fine but with no way of unlocking the vault.
<img width="
negative LibrePhotos github source
Update mobile dependencies
themes: Performance · rating: · relevance: 1
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.24.9` → `7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.9/7.29.0) |  |  for hardware acceleration, hardware encoding crashes if the source video requires software decoding (e.g., an older MPEG4 codec video).
When Immich falls back to software decoding and attempts hardware encoding, it passes the yuv420p pixel format directly to the h264_vaapi encoder. The AMD Mesa driver rejects yuv420p and requires nv12, resulting in an invalid VASurfaceID error and crashing the transcoding task before it ultimately falls back to pure CPU transcoding.
### The OS that Immich Server is running on
Unraid 7.2.4
##
negative Immich reddit source
Should I add NVMe as cache in my 720+?
themes: Performance · rating: · relevance: 1
I’m a **semi-amateur user** running a Synology DS720+ mostly for:
* **Synology Photos** (for uploading the photo — it’s stable).
* **Immich** (for viewing photos/videos).
* A few containers like **Podcast Casting** and **Audiobookshelf, maybe Plex.** (Dont have any problems with these)
My main **pain point** is that **accessing my photos and short videos feels sluggish**. I measured that when streaming a 4K video, the download speed tops out at **17-20 Mbps**, and even short clips lag. Everything else (audiobooks, podcasts) runs fine with no hiccups.
**So, I’m wondering:**
* **Is an NVMe SSD cache worth it** for my use case?
* **What size should I get?** (200?500GB? 1TB?)
* **Should I ge
negative PhotoStructure github source
Bump fast-xml-parser from 5.3.3 to 5.5.7
themes: Performance · rating: · relevance: 1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.5.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser's releases</a>.</em></p>
<blockquote>
<h2>fix bugs of entity parsing and value parsing</h2>
<p>fix: entity expansion limits
update strnum package to 2.2.0</p>
<h2>fix entity expansion and incorrect replacement and performance</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/NaturalIntelligence/fast-xml-parse
negative Format reddit source
LIA - Open Source personnal AI assistant
themes: Performance · rating: · relevance: 1
[https://lia.jeyswork.com/](https://lia.jeyswork.com/)
[https://github.com/jgouviergmail/LIA-Assistant](https://github.com/jgouviergmail/LIA-Assistant)
# Why LIA exists
LIA exists because I think we lack an AI assistant that is truly yours. Simple to administer day-to-day. Shareable with your loved ones, each with their own emotional relationship. Hosted on your server. Transparent about every decision and every cost. Capable of an emotional depth that commercial assistants don't offer. Reliable in production. And open — open on providers, standards, and code.
# What LIA does not claim to be
LIA is not a competitor to cloud giants and does not claim to rival their research budgets. As
negative Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: Performance · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
### Bug: `immich-machine-learning` `-rocm` image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) during model compile (MIGraphX EP)
#### Summary
On TrueNAS SCALE with an AMD Phoenix3 iGPU (gfx1103), the `immich-machine-learning:<version>-rocm` container repeatedly crashes with **SIGSEGV** during model compile/load when using **MIGraphXExecutionProvider**. This causes the Immich server to mark ML unhealthy and face recognition jobs fail with `fetch failed`. Switching to the **CPU** ML image resolves the issue.
#### Environment
- Immich version: **v2.6.3*
negative HomeGallery github source
build(deps): bump sharp from 0.32.6 to 0.34.5
themes: Performance · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.34.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lovell/sharp/releases">sharp's releases</a>.</em></p>
<blockquote>
<h2>v0.34.5</h2>
<ul>
<li>
<p>Upgrade to libvips v8.17.3 for upstream bug fixes.</p>
</li>
<li>
<p>Add experimental support for prebuilt Linux RISC-V 64-bit binaries.</p>
</li>
<li>
<p>Support building from source with npm v12+, deprecate <code>--build-from-source</code> flag.
<a href="https://redirect.github.com/love
negative Synology Photos app_store source
Sort of Works Sometimes?
themes: Performance · rating: 1 · relevance: 0.9
This app is so bad.
1. Log in was confusing and the error messages were unhelpful. Took a second to even get in.
2. All my photos were already loaded (imported from elsewhere to my NAS) yet they load very slowly.
3. Ever since initial setup, I’ve been unlucky and haven’t been able to get the app to work since. Only the few thumbnails that were generated at the start are still visible.
4. Yet, even though it’s clearly not working, the app gives me no status on the actual sync / loading state. Just perpetual loads.
I’m thankful I’m not trusting this thing to back up the photos I take on my phone (like I said, I’m mostly using this as a viewer) because wow is it unreliable.
Unfortunate that’
negative Synology Photos app_store source
Very slow and bad at face recognition
themes: Performance · rating: 1 · relevance: 0.9
Needs to be worked up, or just let us contribute to this app
negative Ente Photos app_store source
Struggles to Backup
themes: Performance · rating: 1 · relevance: 0.9
It really struggles to do a simple backup of a few sub 1 minute videos. The UI is lovely but I don’t think I can rely on it because of its poor performance
negative Immich app_store source
Slow with poor backups
themes: Performance · rating: 2 · relevance: 1
Honestly? I reallllly want to love this app as it has all the features I want and more. But its boarder line unusable and slow. The backup function is broken (which is an iOS issue apparently) and images load incredibly slowly even when in LAN. It also somehow uploads videos corrupted (only a few, and not sure why). It’s got a lot going for it, but just feels unstable and buggy.
negative Immich app_store source
iOS app is, mostly, unusable
themes: Performance · rating: 2 · relevance: 1
This review is specific to the mobile app only. Immich otherwise is superb.
As a new user (Nov) I’m hoping the capability of the mobile app will eventually become as reliable as the web app. I’m not looking for it to be as full featured….I just want it to work. By this I mean properly sync with the server, perform uploads reliably, widget performance, UI fluidity. This is essential if I’m going to get buy-in from the family. Thank you.
negative SmugMug app_store source
Great design frustrating to use
themes: Performance · rating: 2 · relevance: 1
The app is well-designed, but performance has been an issue for years. Scrolling through large libraries often causes it to hang, and you frequently lose your place and have to start over. Search is also limited — it can’t recognize photo types on its own and requires manual tagging for any reliable results.
negative Capture One app_store source
Years Behind the Competition
themes: Performance · rating: 2 · relevance: 1
There are so many things missing that Lightroom Mobile has, yet this is twice the price (at least the monthly subscription). No color grading, no heal/clone, a weird way to have to switch between your mask screen (which doesn’t have mask by color), and other things that LR mobile has. Even the ai retouching is weak compared to others. This is actually slower than LR too. The Capture One desktop app is incredibly good; this is incredibly disappointing. At least I’m only out about $11. Lesson learned.
negative SmugMug app_store source
Slow Loading
themes: Performance · rating: 2 · relevance: 1
I’ve had this app and paid for a yearly subscription for close to 10 years and it is extremely slow to load now painfully slow
negative Immich reddit source
Replacing HDD on old desktop pcs
themes: Performance · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative PhotoPrism reddit source
Replacing HDD on old desktop pcs
themes: Performance · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Synology Photos app_store source
okay but needs to be better
themes: Performance · rating: 2 · relevance: 0.9
For a NAS brand who's reputation is built on software first and foremost, this app does not live up to that lofty reputation.
It does the basics well enough, and i trust it to back up my photos, but:
1. This level of UI jank should not be acceptable in a first party app.
2. Smart search is a critical function. And almost every other app, especially Immich, are LIGHTYEARS ahead.
For jank, I'll get specific. When you scroll up, the date/location tab and the photos header descend down at fixed rates not matching the movement of your finger. Bad UX decision, and made worse by fact that they descend at *different* rates. So the photos header reveals a sliver of your photos above the location ta
negative Immich github source
[iOS] SqliteException(2067): UNIQUE constraint failed in remote_asset_entity during sync
themes: Performance · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
**Description**
When using Immich iOS client (iPhone 13 Pro, iOS 17/18), the app crashes with a SQLite UNIQUE constraint error during sync.
**Steps to Reproduce**
1. Upgrade server to v1.144.1.
2. Open Immich iOS mobile app.
3. Let sync run with existing assets.
4. Error appears in logs:
SqliteException(2067): while executing statement, UNIQUE constraint failed: remote_asset_entity.owner_id, remote_asset_entity.checksum
Causing statement: INSERT INTO "remote_asset_entity" ...
5. Resetting the mobile DB (deleting & reinstalling app) DOES NOT work.
**Exp
negative Synology Photos app_store source
Bad experience on Apple TV
themes: Performance · rating: 2 · relevance: 0.9
Building on the relatively stable experience on my phone, I recently tried using Apple TV. The interface looks good, and browsing photos works fine. However, when I played 4K videos shot on my phone and DJI, it would freeze every few seconds, sometimes for more than 5 seconds. I didn't encounter this problem on my phone. My phone and Apple TV are accessing the NAS on the same network, so it's not a network speed issue. I think the TV version doesn't solve the problem of decoding high-quality videos.
negative Synology Photos app_store source
Slow and crashes a lot
themes: Performance · rating: 2 · relevance: 0.9
App closes a lot / crashes as I’m trying to back up photos. Very sluggish
negative Damselfly github source
Bump electron from 20.0.0 to 35.7.5 in /Damselfly.Desktop
themes: Performance · rating: · relevance: 1
Bumps [electron](https://github.com/electron/electron) from 20.0.0 to 35.7.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p>
<blockquote>
<h2>electron v35.7.5</h2>
<h1>Release Notes for v35.7.5</h1>
<blockquote>
<p>[!WARNING]
Electron 35.x.y has reached end-of-support as per the project's <a href="https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy">support policy</a>. Developers and applications are encouraged to upgrade to a newer version of
negative Synology Photos app_store source
Good. Hopeful you can turn this into something amazing
themes: Performance · rating: 2 · relevance: 0.9
Addendum: So many issues have emerged. Something is absurdly off with caching. Like I removed all limits on cache memory on my iphone and it keeps doing a fresh pull down of the already extant album lists, this is frustratingly aggravating. the app clearly has the prior cache when i first open it, but for some reason it invalidates it and then spends forever re-downloading thumbnails. This is a time consuming waste when I'm on the local network shared withe the nas server, it makes the app virtually unusable when using mobile data, the lags frequently are astronomical, but needlessly, like this core usability and is very poorly managed or architected caching logic. please fix this! If I'm gi
negative Nextcloud Memories github source
Managed Servers and the ffmpeg Problem
themes: Performance · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.**
Managed Nextcloud servers do not allow you to install ffmpeg, which makes it impossible to create thumbnails for videos. This makes the gallery only half as enjoyable.
**Describe the solution you'd like**
The Les Pas app (https://github.com/scubajeff/lespas) has solved this problem quite well by rendering the missing thumbnails locally. (Unfortunately, I didn't like the app at all, unlike Memories.)
**Additional context**
Congratulations on the app. I'm thrilled with how smoothly everything runs. :)
negative Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: Performance · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
I've created a shared link to an album with access to upload photos, sent it to a friend
Friend said that she was not able to upload all the photos/videos at once (she selected all the files, around 50-60 and confirmed selection), however she did uploaded all of them in batched of 10-12 files without issues
She is using iPhone 15 Pro, iOS 18.5, Safari
I personally don't have an iPhone, neither have access to any, so can't reproduce this bug, will appreciate if someone can confirm or deny this issue
### The OS that Immich Server is running on
Ubuntu 25.04
negative Format reddit source
DS720+ Reconfigure
themes: Performance · rating: · relevance: 1
I'm thinking about reconfiguring my DS720+. I have 2x12tb formatted 10.9tb usable in both bays in a mirror storage pool 1, an external esata that's not supported (of course) an external USB backup drive, a 512gb Samsung 970 NVME in cache slot 1 and a WD Blue 1tb in NVME Slot 2 that I was using as storage for Surveillance Station via 'The Hack'.
The problems... Synology keeps detecting and disabling my NVME disk and taking my storage offline, causing my recordings to go weeks before noticing I'm not recording anything. Clearly I'm losing this battle. Also, NVME recording seems to have a lot of ghosting issues, where the MP4's play back and frames tend to have intermittent skipping in cert
negative PhotoPrism github source
AI: Add support for Model Context Protocol (MCP)
themes: Performance · rating: · relevance: 1
**As a PhotoPrism user experimenting with LLM-based workflows, I want a read-only MCP endpoint that exposes PhotoPrism's reference data, so that MCP-aware clients (IDE assistants, agents, custom GPTs) can answer questions about PhotoPrism without a custom integration.**
The Model Context Protocol (MCP) is a JSON-RPC 2.0 protocol that lets Large Language Models talk to external tools and data sources in a standardized way. This issue tracks PhotoPrism's MCP support end-to-end; the upstream references are listed at the bottom.
## Current Status: Initial Read-Only Implementation
An initial MCP server is now available on `develop` behind the `--experimental` flag (merged in #5519 and refined
negative Photoview github source
No indexing despite images found
themes: Performance · rating: · relevance: 1
**Describe the bug**
When scanning folders, the folders are correctly indexed (as can be seen in the database) but no media is being indexed nor shown. In the log, it does show that images are found.
**To Reproduce**
Steps to reproduce the behavior:
1. Fresh installation
2. Start Scan
**Expected behavior**
Media should be indexed and thumbnails should be generated.
**Your environment:**
Image: photoreview:latest, in Docker on Synology NAS
- Are you using Docker? Yes
- Database: 1.7.2-MariaDB-ubu2404
- Browser: Chrome
-
**Additional context**
- Images are found, but there it stops: "/photos/2021/05 - May/20210520 - Ouwehands Dierenpark /photos/2021/05 - May, contains photo is true"
-
negative Zenphoto github source
Database and storage pruning
themes: Performance · rating: · relevance: 1
Hi all, happy new year!
The websites I run (dualmonitorbackgrounds.com is the biggest one) get a lot of user registrations, but most users don't add images, and many are spammers. This causes a some problems:
- Each time someone adds a new account, it creates a folder in the `albums` folder, which means there are about 50k folders in there, but about 49k are empty
- It's almost impossible to load the user and group management pages, because even if the server ever completes the page load, the browser uses GBs of memory until it runs out. So if I want to change permissions I have to go into the code and find the enums and change it in the database directly 😆
- The SQL server uses a lot
negative Damselfly github source
Docker container missing locale and perl is throwing log errors in the container logs
themes: Performance · rating: · relevance: 1
I'm currently testing the latest docker container webreaper/damselfly and am in the first stages of generating thumbnails and identifying objects and faces on a "small-ish" library before moving to my production/large image set.
**Problem Report**
```docker logs -f damselfly``` was repeatedly throwing the following log entries and filling the log:
```
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
```
**Tested Fix**
I ran the foll
negative PhotoPrism reddit source
[ Setup Review ] Old Laptop Home server
themes: Performance · rating: · relevance: 1
I have been running this home server setup for 2 years now. Would like to get review and improvement suggestion from all of you. Thanking everyone in advance.
**Main Use Cases :**
* Home NAS (No more google cloud or any other cloud)
* App Server (\*arr stack, photoprism, downloaders, etc) all in docker
* Occasional new OS testing in proxmox (Can live without it)
**Major Concerns :**
* Should I move away from proxmox and run OMV on bare metal.
* My network copy speeds are around 25 MBps on wifi 6. Is this the correct read speed for a 1Gig network card? If not how can figure out the bottleneck
**Hardware Setup:**
* **System Configuration:**
* CPU - Intel(R) Core(TM) i5-7200U
negative PhotoPrism github source
FFmpeg: Improve the quality of HDR video thumbnails
themes: Performance · rating: · relevance: 1
**As a user with HEVC video files, I want the generated thumbnails to accurately reflect the colors of the videos so that the preview images do not look pale, as shown in the screenshot below.**
When extracting JPEG still images from HEVC-encoded videos (10-bit/HDR) using FFmpeg, the colors are faded and do not look like the actual video. Even specifying ffmpeg command flags such as `-color_primaries`, `-color_trc`, or `-colorspace` does not seem to fix the problem. After further investigation, it seems to be specific to JPEG and WebP images, as PNG images look more colorful and more similar to the actual video (even without specifying special color parameters):

themes: Performance · rating: · relevance: 1
During testing of metadata import isses - I've found an issue with keywords/tags (tested with xmp-metadata plugin enabled and disabled)
Photo: https://demo.private-universe.net/other-formats/languages/spire-of-sveta-petera-baznica.jpg.html
As you can see - image has name of the city in keywords written in 3 languages: Riga, Rīga, Рига
Now with each metadata refresh for this photo - Rīga doesn't get imported into tags, but is listed in keywords, but another "Riga" is added as a separate tag

Tags in admin lists 34 instances of Riga and none of Rīga
.
Multiple sites, Zenphoto 1.6.4a, now 1.6.4 (no skipped versions)
no changes in Metadata displayed or imported options,
no changes in File handling on export from Lightroom (metadata is in the files, screenshots below),
all images were uploaded via FTP
Despite image having embedded metadata - only part of it is imported, refresh of metadata on images doesn't affect metadata shown. Missing chuncks of info on camera and tech stuff
But if the image was imported before - refresh also won't degrade the displayed and stored info.
This is what I see
negative Capture One app_store source
Not worth a subscription
themes: Performance · rating: 1 · relevance: 1
Until you can choose to transfer JPEG only wirelessly. Too slow otherwise.
negative Format app_store source
Need a full revamp
themes: Performance · rating: 1 · relevance: 1
This app is so slow, barebones and unpleasant to use that I legitimately don't understand its purpose for existing
negative Zenphoto github source
Search cache issue storing criteria/serialized arrays
themes: Performance · rating: · relevance: 1
I'm working on adding support for Related Items plugin to my theme Paradigm and have encountered a strange issue.
Tested with todays 1.6.3a (Official build) on my test site and 1.6.2a on live site.
Issue: when adding printRelatedItems with any parameters execution causes unexpected end of file for browsers.
On desktop browsers this is often forgiven and content is rendered regardless.
But on mobile - part of the page is not rendered which causes loss of functionality (tested with Chrome, Vivaldi)
In validators - this causes errors "Error: End of file seen and there were open elements." and everything related to printRelatedItems and afterwards is flagged as "Unclosed element"
Th
negative Zenfolio app_store source
Zenfolio lost its North Star
themes: Performance · rating: 1 · relevance: 0.95
I’m still a Zenfolio customer. Have been one for more than a decade. But I’m now considering closing my account. Nothing works anymore (the App doesn’t show my pictures, the website has archived most of my galleries and I’m unable to restore them, prices have increased year after year unreasonably, performance is poor) as advertised. It’s really sad to see such a cool platform and company lose its former customer centric North Star.
negative Immich github source
Hardware acceleration cause video play with stuttering effect
themes: Performance · rating: · relevance: 1
### The bug
I'm running into an issue where some videos, but not all, stutter when viewing from the web. By stutter, I mean it looks like it freezes every half second for a moment and this lasts throughout the entire video, which makes for a very jerky watching experience. There's no indication the video is buffering, and the file size does not seem to matter (can happen with both large and small video files).
If a video is affected, the stutter happens whether I am hovering over the thumbnail or clicking into the video. The video file itself is fine - it plays back without issue when downloaded. Similarly, viewing the same video on the app does not have any stutter either.
Would appr
negative Zenfolio app_store source
I'm not sure what is app is for.
themes: Performance · rating: 1 · relevance: 0.95
I've sent it to clients and have tried to use it myself. When it opens it just shows a blank page that says to use the link provided by the photographer. There is no place to input a link or anything else. What are clients supposed to do? Zenfolio is really becoming unusable. The price keeps increasing, the website and apps are excruciatingly slow and unusable. I'm at a point where I am exploring other options.
negative Format app_store source
Hard to Recommend
themes: Performance · rating: 2 · relevance: 1
It’s hard to recommend this as well as the main format subscription service. Forget about fast upload speeds. They take at least eight times as long as my last website server, which was zenfolio. The Lightroom plug-in is also very slow. This is extremely unacceptable for any type of professional, whose clients rely on them for fast turnaround. also forget if you’re any type of event or wedding photographer is trying to upload more than 200 photos at a time result in errors or having to skim through all your photos to see what actually uploaded and what didn’t. I chose format initially because of the presentation and clean looks of the site. But the uploading to the actual site is broken. I
negative Lomorage github source
Photo transfer issue from iphone to unraid server running lomorage
themes: Performance · rating: · relevance: 1
Unraid 6.10.3 with IOS 16. Lomorage app uploaded about 8K of photos pretty quicking but now everytime I bring the app up on the IOS to finish the last 2K photos and it runs, I have been having a hard time getting the rest of the photos to sync to Unraid server. It starts to sync then slowing transfers a few photos over a 20min period and than appears to hang or is busy doing some else. Not sure if there are any settings I can change to make this work as designed. I just updated the docker this morning for Lomorage on Unraid this morning hoping this would get it to start working. Any tips on what maybe the issue
negative Zenfolio app_store source
Freezes/glitchy/always gives problems.
themes: Performance · rating: 1 · relevance: 0.95
Embarrassing how much this app freezes. Seriously the most Glitchy app I've ever used. I wish the developers would just improve it already. I can't load more than one gallery to it at a time. Half the time it won't open at all. Freezes at almost every step. App freezes almost every time I try to access a gallery. If it doesn't freeze it runs incredibly slow.
negative Capture One app_store source
Still slow as snails
themes: Performance · rating: 1 · relevance: 0.7
Still unusable on professional set. Slows down significantly after about 500-1000 captures.
This is based in using AC WiFi Apple router in close distance and AC WiFi Mac/iPad.
:(
negative Capture One app_store source
Last version was betteri
themes: Performance · rating: 1 · relevance: 0.7
The new version changed the camera controls and removed the drop down selection so for the camera setting. Now you must " rotate" the fake dials to make changes. Much slower and it’s iharder to use, plus it's easy to bump another setting by mistake,
Change is not always for the better. Anyone know howkuou I can revert to the previous version?
negative Capture One app_store source
Preview Size
themes: Performance · rating: 2 · relevance: 0.7
This app was last updated June 2015. It desperatly needs an update!!
- Anti-Alliasing artifacts / jagged diagonals on Ipad 10.5in likely caused by improper scale.
- Poor connection speed to Phase One digital backs and subpar image rendering over wifi.
- 100% zoom is buggy and very slow. Once rendered it's still difficult to judge focus. Extremely poor performance on new iPads with fastest availible processors.
negative Damselfly app_store source
Crashes all the time?
themes: Performance · rating: 2 · relevance: 0.9
I'm slowly getting used to the awkward user interface, but a problem that does not seem to hold away is that the app almost always crashes when I select the "Range" option.
negative PhotoShelter app_store source
App upload process slow.
themes: Performance · rating: 1 · relevance: 1
Does not display all the photos in a certain folder on my phone -- only 6/45.
negative SmugMug app_store source
Ever heard of a Graphic User Interface?
themes: Performance · rating: 1 · relevance: 0.9
Don't bother. GUI is aweful, basically text menus. Not thumbnails. Very cumbersome to navigate.