---
title: "Effect of Shiny Widgets with Google Lighthouse"
url: https://daily.dev/posts/effect-of-shiny-widgets-with-google-lighthouse-iqkzqgtp2
source_url: https://www.r-bloggers.com/2023/12/effect-of-shiny-widgets-with-google-lighthouse/
type: article
source: "R-bloggers"
published: 2023-12-15T00:30:56.743Z
updated: 2023-12-15T00:30:54.503Z
tags: ["performance", "data-visualization", "lighthouse"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Effect of Shiny Widgets with Google Lighthouse

**[R-bloggers](https://daily.dev/sources/rbloggers)** · 6 min read · 0 upvotes · 0 comments

## Summary

This article explores the effect of shiny widgets on the performance of Shiny apps using Google Lighthouse. It looks at the different metrics reported by Lighthouse for various apps and discusses the impact of adding interactive elements such as plotly plots and DT tables. The article concludes that while adding more widgets can slow down an app, using them sensibly can still provide a good user experience.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.r-bloggers.com/2023/12/effect-of-shiny-widgets-with-google-lighthouse/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#data-visualization](https://daily.dev/tags/data-visualization), [#lighthouse](https://daily.dev/tags/lighthouse)

[View this post on daily.dev](https://daily.dev/posts/effect-of-shiny-widgets-with-google-lighthouse-iqkzqgtp2)
