Coder Social home page Coder Social logo

Comments (4)

awcodes avatar awcodes commented on June 20, 2024

If you define the featured image as a relationship it will probably speed things up. Without getting into the details I think that might be what's happening since there's some storage checks.

from filament-curator.

richdynamix avatar richdynamix commented on June 20, 2024

Unfortunately this never had any positive impact. I use a relationship on the CuratorColumn for the list page, which uses the default 10 items per page. With this field the defined, it renders the 10 items in about 1.4s, without the field defined it is about 280ms. 1.4s is an acceptable load time of this page.

However using the same relationship defined on the CuratorPicker I am still getting about 7.5s load time.

Edit: The interesting thing here is the load time is still about 7.5s on the Create resource, which seems very high for an empty form field where nothing has been defined.

from filament-curator.

awcodes avatar awcodes commented on June 20, 2024

OK. I might have you sorted with v3.2.3.

I do think you are still going to see slow load times with the images loading when the panel opens though.

What I feel is happening is that the 'thumbnail', 'medium' and 'large' sizes used through the plugin go through Glide, so it has to download your image from s3, convert it to the right size, format etc.

Let me know if you are still having issues after updating. I will close this issue for now as resolved. Feel free to reopen if you have continued issues.

from filament-curator.

richdynamix avatar richdynamix commented on June 20, 2024

I can confirm this has resolved the issue. We are now seeing load times from 900ms to 1.5s which is within the acceptable parameters. Thank you for looking into this.

from filament-curator.

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.