I made a small oneliner to count all the folders and urls inside the bookmarks.adr from the terminal (shell/bash):
awk '/\#FOLDER/ {folder++} /\#URL/ {url++} BEGIN {folder=0; url=0} END {print("Folders: " folder "\nURLs: " url)}' bookmarks.adr
Of course 'bookmarks.adr' needs to be replaced with the path to where the file resides. On a Mac for the active user account it can be found here:
~/Library/Opera/bookmarks.adr
Result:
Folders: 835
URLs: 6408
And the file itself is now 1.9 MB big.
And what I noticed on two macs with synced bookmarks via opera Link:
The Mac version of Opera 12.16 doesn't handle huge bookmark lists that well. When starting Opera from another user account that hasn't such a massive bookmark list, Opera "feels" much faster and responsive. Especially the problem of the Mac Version, that typing in forms (like now) or the address bar is slow as molasses, seems to be triggered by the bookmarks.
When starting Opera on both macs it takes some time (sometimes > 1 minute) until the bookmark list from the menu is complete. And typing something in the address bar, a form or even using a simple keyboard shortcut like CMD+C takes some seconds (worst case > 10 sec) until the browser becomes responsive again. What is weird, that when copying via menu instead of the shortcut there's no waiting time at all. But that mostly happens once after starting the browser, or sometimes for some reasons after longer times of inactivity. But for whatever reason copying texts via shortcut leads to a few seconds of unresponsiveness more often.