The same. Opera is broken. Favicons in Bookmarks bar is missing, CPU usage on 15% all the time.
Best posts made by CjEarL
-
RE: Website icons (favicons) doesn't appearOpera for Windows
-
RE: My Opera freezes for approx 5 mins every time I open it since 4 weeksGeneral
@burnout426 Today I checked for the specified history file and discovered that it exists and weighs 700 MB. However, the browser history only shows the last three days, so these entries can't weigh 700 MB. This means the browser apparently isn't displaying everything from this History file in the interface. I discovered that this file is the SQLite3 database. And everything fell into place. I always have the same problem with SQLite3 in other applications. If this database bloats in size, applications stop working with it properly and quickly. What's surprising is that the history in the browser itself doesn't seem to intersect with what's contained in this DB. I used sqlite analyzer and opened the database in an editor, looked at what's filling the tables. More than 60% of the database is occupied by the VISITED_LINKS table with ~100,000 entries, and another ~35% is occupied by the URLS table with ~60,000 entries. I opened these tables and cleaned them up. Then vacuumed the DB, put it back (it was now only about 15 MB), and launched the browser. It launched instantly, and my browsing history was cleared. Thanks for the tip!