GithubHelp home page GithubHelp logo

Bug: Login Screen Laggy about jellyskin HOT 14 CLOSED

prayag17 avatar prayag17 commented on June 3, 2024
Bug: Login Screen Laggy

from jellyskin.

Comments (14)

prayag17 avatar prayag17 commented on June 3, 2024 2

Try using this:

@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/default.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/Logo.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/imp-per.css");

If you have other issues with the theme please create a new issue.
The Skin Manager plugin has not been updated for quite some time so it might not work properly, just install the above CSS manually

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024 1

I have fixed the issue use

@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/imp-per.css');

from jellyskin.

avicarpio avatar avicarpio commented on June 3, 2024

I have fixed the issue use

@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/imp-per.css');

Thanks for your time, but I'm sorry I think the bug has not been solved yet. It's still lagging at login page. If you can make an option to have a static background image it would be great. Thanks!

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

Can you open https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/imp-per.css and see if there is a loginPage present there?

from jellyskin.

avicarpio avatar avicarpio commented on June 3, 2024

Can you open https://cdn.jsdelivr.net/gh/prayag17/JellySkin@latest/addons/imp-per.css and see if there is a loginPage present there?

It is but that change wasn't solving anything. I finally was able to solve it by adding the following lines to the custom css. You could add it as a static image option. Thank you!

div#loginPage {
  background-image: url("https://4kwallpapers.com/images/wallpapers/outrun-neon-dark-background-purple-3840x2160-4523.jpg") !important;
}

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

I fixed the issue. I accidentally added a . in front of div

from jellyskin.

1024mb avatar 1024mb commented on June 3, 2024

I think the dot is still there, I had to use this

* {
  mask: none !important;
  -webkit-mask: none !important;
}

.layout-mobile #itemDetailPage::after {
  display: none !important;
}

div#loginPage {
  background-image: var(--accent-icon) !important;
}

instead of importing the css because it wasn't working.

Also, why is it lagging? My system is not old, it's a Firefox problem?

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

I think it is a firefox problem, Use this link:

https://cdn.jsdelivr.net/gh/prayag17/[email protected]/addons/imp-per.css

from jellyskin.

avicarpio avatar avicarpio commented on June 3, 2024

It isn't a Firefox problem, I had the same issue in Chrome/Chromium

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

Ooh, maybe the animation is taking up a lot of resources, just use imp-per.css

from jellyskin.

sakej avatar sakej commented on June 3, 2024

I have this issue on Firefox only - right now. 100 % CPU usage only on login page.
Chrome / Android / JMP works ok
After adding @import url('https://cdn.jsdelivr.net/gh/prayag17/[email protected]/addons/imp-per.css');
FF works ok (well gradient isn't animated anymore but that's ok with me), maybe this info should be on front page of project :)

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

I am working on making the gradient more performant

from jellyskin.

prayag17 avatar prayag17 commented on June 3, 2024

Issue has been fixed use this instead:

  @import url("https://cdn.jsdelivr.net/gh/prayag17/[email protected]/addons/imp-per.css");

from jellyskin.

DesertCookie avatar DesertCookie commented on June 3, 2024

Adding the line you provided to custom CSS fails to do anything for me. When also choosing the JellySkin theme in the plugin it at least changes to actually use JellySkin. However, performance is still unusable on Firefox. Also, some Icons like the user Icon (top-right corner) are sometimes don't show up.

from jellyskin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.