Speed up your Mac
How to Speed Up Your Mac for Heavy Research Workflows
PDFs, citation managers, browser tabs, and RStudio bringing your Mac to its knees? Here's a research-focused tune-up that keeps everything responsive.
You’re three weeks deep into a literature review with 80 browser tabs, Zotero indexing 4,000 references, an RStudio session running a regression, and a Word document with track changes from three reviewers. The Mac slows to molasses, the fan howls, and you can’t tell which app crashed first. Research workflows are some of the heaviest on a Mac — not because of any single demanding app, but because of the sheer volume of small ones running together.
Here’s how to keep things responsive without abandoning your tab graveyard.
Tame Chrome / Safari / Firefox tabs
The single biggest performance issue in academic work is browser tabs. Each tab in Chrome can use 50-300 MB of RAM. With 80 tabs, that’s potentially 24 GB just for the browser.
Strategies that actually work:
- Use Safari for research browsing — it’s substantially more memory-efficient than Chrome on Apple Silicon
- Tab groups: organize by project so you can collapse what you’re not currently using
- Use a “read later” service like Pocket, Instapaper, or Reader so you stop using open tabs as a to-do list
- Reading List in Safari is built-in and works offline
For Chrome specifically, the Memory Saver feature (Settings > Performance) will offload inactive tabs and reload them when you click. Massive RAM saver, almost no downside.
Free up RAM in one clickSweep frees inactive memory and pauses runaway processes. Get Sweep free →
Zotero, Mendeley, and EndNote
Citation managers are SQLite databases plus a folder of PDFs. Both pieces accumulate cruft:
Zotero:
~/Zotero/(the data directory) can grow to many GB- Run
Tools > Database Maintenance > Optimizeto compact the SQLite file - Clear translator cache:
Tools > Translators > Reset Translator Cache - Old auto-backups in
~/Zotero/storage/from deleted entries
Mendeley:
- Library indexes can corrupt, slow down search, and hammer CPU
- Sign out and back in to rebuild
- Old PDF copies in the library folder for items you’ve deleted
If your reference manager pulls up 5+ second waits to open the library, the database is the issue, not your Mac.
RStudio, Jupyter, and notebook environments
R and Python notebooks store outputs inline, which means a notebook that produces large plots or DataFrames balloons in size. A 50 MB notebook is sluggish to open and edit.
Cleanup:
- Clear all output cells before saving large notebooks (
Cell > All Output > Clearin Jupyter) - For RStudio, the workspace
.RDatafile in your project folder caches your environment between sessions. Delete it for a fresh start:rm .RData - Conda and pip caches (see the coding guide for full details) can be hundreds of MB
- The
~/.cache/folder accumulates package downloads
Free RAM for big analyses
Loading a 4 GB CSV into pandas or a 200 MB shapefile in QGIS is going to use real memory. Before kicking one off:
- Quit unrelated browsers (or at least suspend tab groups)
- Quit Slack, Discord, Mail
- Run Sweep’s speed boost
- Check Activity Monitor — Memory Pressure should be solid green
If Memory Pressure goes red mid-analysis, your Mac will swap to disk and your analysis will run 5-20x slower. Better to free RAM up-front.
Word, Pages, and big documents with track changes
A 100-page document with track changes from multiple reviewers can become slow to type in. Common cause: the change log itself, which Word stores in the file.
Speed it up:
- Accept or reject changes from one reviewer at a time, then save and reopen
- Turn off live spelling/grammar check while writing the body, re-enable for editing pass
- Disable AutoSave temporarily if you’re working from local storage with frequent edits
For LaTeX writers (Overleaf, TeXShop, Texifier), the PDF preview rebuild is what’s slow. Compile less frequently while drafting.
PDF viewers and reading apps
PDFs of journal articles often have thousands of annotations and highlights. Highlights from old reading sessions can slow down PDF Expert, GoodNotes, Notability, and Apple’s Preview.
- Preview gets sluggish with PDFs over 200 pages with many annotations — switch to PDF Expert or Adobe Acrobat for those
- GoodNotes and Notability sync via iCloud, which spawns background processes that compete with your work
- Pause iCloud Drive sync during heavy work sessions if you don’t need it
Disable Spotlight indexing for huge data folders
If you keep large datasets, scraped HTML archives, or extracted survey data on disk, Spotlight tries to index every file. This burns CPU and disk I/O for no benefit (you don’t search for terms inside random CSV files).
Exclude:
System Settings > Siri & Spotlight > Spotlight Privacy- Add data folders, archives, downloaded scrape outputs
Reindexing alone can free 10-30% CPU on a Mac that’s been collecting research data for a year.
Skip the manual huntSweep finds the cache and cruft slowing down your workflow. Try Sweep free →
Quit unused background apps
Open Activity Monitor, sort by CPU, and quit anything you don’t recognize using cycles. Common offenders on research Macs:
- Adobe Reader background updater
- Microsoft AutoUpdate (running constantly)
- Citrix Workspace daemons (if your university requires it for VPN)
- Old conferencing apps you installed once (Zoom, Webex, BlueJeans, Teams)
Sweep’s app uninstaller fully removes apps and their leftover daemons, including the LaunchAgents that keep them autostarting.
Free up disk space
Research Macs fill up fast: PDFs, datasets, recorded interviews, transcribed audio. Once your SSD is over 90% full, the entire OS slows down because swap can’t expand.
Audit candidates for cleanup:
- Downloads folder (often hundreds of duplicate PDFs)
- Old datasets you’ve already analyzed and published
- Recorded Zoom interviews stored locally (move to cloud archive)
- Old citation manager attachments for entries you’ve deleted
Aim to keep at least 20% of your SSD free.
Update apps and macOS
Microsoft Office, Zotero, RStudio, and Adobe all push performance fixes regularly. Old versions on a current macOS will feel slower:
- macOS:
System Settings > General > Software Update - App Store apps: App Store > Updates
- Office: Help menu > Check for Updates
- Manually-installed apps: each has its own update mechanism (Zotero updates itself, RStudio prompts)
A research-day checklist
To start a long research session in good shape:
- Save and close unrelated browser tabs (use Reading List or Pocket)
- Quit cloud sync clients and Adobe daemons
- Sweep one-click cleanup
- Check internal SSD has 20%+ free
- Open the apps you actually need (citation manager, writing app, analysis env)
- Begin work
Research workflows aren’t slow because the Mac can’t handle them. They’re slow because everything is open at once and nothing has been cleaned up in months. A weekly tune-up keeps the whole thing humming.