fzTagPlugin 1.2.4

Posted: [Source]
Tags:  fzTag php plugin symfony

This version of fzTagPlugin is mostly about enhanced performance. There's added index on weight field, and some refactoring. All these changes should affect positively performance of your app.

Since this version, each tag cloud uses only half of the queries, it used to. There were two queries declared (doctrine splits them into four queries), now tag cloud uses only one (doctrine splits it in two).

Also setting tags was changed. Before each time object was edited, all it's tags were removed and added again (legacy cod from diem's version). fzTagPlugin no longer behaves like that. Since this version only tags added are beeing add and only those removed are beeing removed.

Comments powered by Disqus