An open API service indexing awesome lists of open source software.

https://github.com/appsilon/shinyconf-2025-workshop-performance

Material for Shiny Conf 2025 Workshop on Shiny performance
https://github.com/appsilon/shinyconf-2025-workshop-performance

Last synced: 6 months ago
JSON representation

Material for Shiny Conf 2025 Workshop on Shiny performance

Awesome Lists containing this project

README

          

# ShinyConf 2025

# Optimizing Performance in Shiny: Tips and Best Practices

## Requirements

1. Create an account at . The free version is sufficient.
2. Create a project using one of the following methods:
- From this repository:
- By saving a copy of this project:
3. Run *source* on the following file: `"scripts/01_setup.R"`

No local setup is required for participants, as all code and exercises will be run on the platform.

However, it is possible to clone the repository locally and execute the setup script.

## Instructions

- Presentation:

The **app.R** file contains the code for the Shiny app we will optimize.
The **"./scripts/02_app_slow.R"** branch is a copy of this file before optimization, while the **"./scripts/03_app_fast.R"** file
contains some of the optimizations presented in the workshop.