Giter Site home page Giter Site logo

Comments (3)

rlanvin avatar rlanvin commented on August 25, 2024

Hello,

Thanks, I'm glad you like it!

The solution at the library level is pretty straightforward: for events that have multiple recurrence rules, you can use a RSet object to combine the rules, and then use getOccurrencesBetween() to get the occurrences in the time interval. You would have to do that for each event, but if you just want the occurrences and don't need to identify which event they belong too, you could also just make one big RSet object (though I doubt this is your use case).

From a performance perspective, there isn't much the library can do. You should look at your macro architecture. For example if this is a operation that you have to do frequently (e.g. to display them on a web page or something) but the rules don't change that much, then you should pre-compute and cache the occurrences asynchronously, and only recalculate them when the rules change (again, asynchronously). So displaying the list would always be super fast and wouldn't require any calculation.

from php-rrule.

drubb avatar drubb commented on August 25, 2024

Thanks for your fast response!

I remember having tried the 'big' ruleset in the past, and it was consuming loads of memory, so I went back to calculating every rule separatly. But rulesets per event might work, I'll give it a try.

I'm for now caching and invalidating the HTML output (it's a Drupal application), but yes, I could add another caching layer just for the calculated instances. Good point, I'll think about it.

Best regards,
Boris

from php-rrule.

rlanvin avatar rlanvin commented on August 25, 2024

Depending on what you want to do, it might be worth it to even store the calculated instances in a database (or in some form of structured cache), so you can filter them when you want to retrieve them.

Feel free to close the ticket if I answered your question.

from php-rrule.

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.