Giter Club home page Giter Club logo

Comments (6)

misel228 avatar misel228 commented on June 14, 2024

From a pure user's point of view the features haven't change much. This FoF-version has been changed under the hood. Updated CSS, compatible to newer PHP versions, ported to PDO rather than pure MySQL calls and the like.

from feed-on-feeds.

vitalif avatar vitalif commented on June 14, 2024

Of course given the initial quality of the code there's a lot of refactoring... I've did the same in my version (although instead of PDO I focused on using mysql-specific features for performance; I don't think PDO really matters).

But I think there should be some features to note... For example as I've understood it from the commit log the feed update intervals are dynamic in this version...

from feed-on-feeds.

misel228 avatar misel228 commented on June 14, 2024

Yes, they are dynamic. But as far as I understood that's a feature of the SimplePie library that the old version used already. SimplePie has extensive caching mechanisms and opens the actual feed only after a certain age - depending on the update history.

from feed-on-feeds.

vitalif avatar vitalif commented on June 14, 2024

Hm... I've got a sensation that it's not just simplepie... anyway it's interesting to see the changelog.

from feed-on-feeds.

fluffy-critter avatar fluffy-critter commented on June 14, 2024

The dynamic update mechanism is not part of SimplePie, it's something I designed and implemented. It's not perfect but it's certainly a lot better than polling every feed once an hour.

FoF doesn't use SimplePie's caching/update mechanism, it just uses SimplePie as a parser.

from feed-on-feeds.

RomanSixty avatar RomanSixty commented on June 14, 2024

I guess the "features" segment of the README file covers this. Most other changes were indeed under the hood.

from feed-on-feeds.

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.