Varun Patil

Results 521 comments of Varun Patil

Er... how can I find out the number of calls (is this the 416852x)? (I'm a total noob to profiling, actually). I'm not having performance issues on x86, but there...

@carstene1ns `BoostHash` is _not_ boost xD. I'm using it just for consistency. This actually would make it easier if we wanted to transition that class to C++11 (you can literally...

Maybe unrelated to this effort, but the viewer and unsupported browser scripts are loaded synchronously and are super slow. Do you want me to look into this @juliushaertl?

Agree, serving JS without gzip is a disaster. I'd be a bit careful with brotli though. You can't compress brotli on the fly; that'll be too slow. The use-case for...

We can't do anything about viewer here since it has some side effects (hooks), but lazy loading the components themselves seems to do the trick for performance. https://github.com/nextcloud/viewer/pull/1675

> Is this feature implemented on the Android Memories app? I might have to open a new issue, but I can't seem to create a "new person" entry. The plus...

You need to set up transcoding. There's no working around browser media compatibility.

Yeah, the transcoder only works with local files for now. If you can mount the remote storage that would likely work.

v7.3 ships with a new option that allows using transpose in software. This should fix the issue. See https://github.com/pulsejet/memories/issues/794#issuecomment-2077942833