Am 07.04.2016 11:35, schrieb Julien NICOLAS: > Hi all, > > We are thinking on a new theme (again) that will be more user friendly > and UX oriented. > We want to be able to customize menu (component and its sub menu). > > User pref could be the clue but we are not sure because if all menu > and sub menu (and maybe 3rd or 4th level menu) user preference are > recorded in the user pref, it could be a nightmare for the database > access if there is a lot of users. And only for user preference, it's > not a good idea. > We also think about using cookies but it could be a problem if the > user user several computers. > > What do you think ? Do you already try to develop this kind of feature ? >
I think this must done on the server side, because, as you already mentioned, a user will expect the same menu independet from the used browser/computer. Database access shouldn't be a problem with caching. Christian
