Saratov Linux User Group
 help / color / mirror / Atom feed
* [Sarlug] Ускоряем Firefox
@ 2009-11-07  9:57 Evgeny Sinelnikov
  2009-11-07 10:35 ` Dmitry Agafonov
    0 siblings, 2 replies; 6+ messages in thread
From: Evgeny Sinelnikov @ 2009-11-07  9:57 UTC (permalink / raw)
  To: Saratov Linux User Group Maillist; +Cc: Helen Smirnova

Здравствуйте,

высылаю пример скрипта, который может ускорить работу Firefox, для
тех, у кого он уже давно работает, но постепенно начинает "тормозить":

# Choose your firefox profile
$ cd /home/sin/.mozilla/firefox/*.default/
# Run Vacuum for sqlite dbs
$ for i in *.sqlite ; do echo "VACUUM;" | sqlite3 "$i"; done

Для этого существуют всякие расширения, но какое их них лучше я пока не знаю:
https://addons.mozilla.org/en-US/firefox/search?q=vacuum&cat=all

-- 
Sin (Sinelnikov Evgeny)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-07 14:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07  9:57 [Sarlug] Ускоряем Firefox Evgeny Sinelnikov
2009-11-07 10:35 ` Dmitry Agafonov
2009-11-07 14:13   ` Michael Zherebin
2009-11-07 14:15     ` Dmitry Agafonov
2009-11-07 10:36   ` Dmitry Agafonov
2009-11-07 14:07     ` Michael Zherebin

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sarlug


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git