> For the complete documentation index, see [llms.txt](https://docs.smartlauncher.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartlauncher.net/faq/performance-and-battery/performances.md).

# Performances

### **Does Smart Launcher drain the battery?**

Generally, **Smart Launcher** does **not drain your battery** faster than your **built-in launcher**, and depending on how you use it, it may also **improve your battery life**.\
**Smart Launcher** has been designed and is continuously **optimized** to use as **few resources as possible** and, when it is running, replaces the built-in launcher.

Extremely few tasks are performed while Smart Launcher is running in the background (Smart Launcher reacts to app installs and uninstalls by creating or deleting some icons).

However, even if **Smart Launcher might consume less battery** than your built-in launcher, your **battery usage** is much more influenced by other factors, like **how and how much you use your device**, but also conditions that do not depend on you, like **network quality** and **environmental brightness**.

Finally, the Android battery stats are not always reliable. If you start noticing something strange about the battery usage of Smart Launcher or any other app, we suggest checking your battery stats regularly to see if the problem persists.

### Does Smart Launcher support 120hz?

Yes, Smart Launcher adapts to the refresh rate allowed by the system. If your phone supports 120hz and the OS allows it, Smart Launcher will run at 120hz.

### Does Smart Launcher make my phone less safe?

No, by no means.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.smartlauncher.net/faq/performance-and-battery/performances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
