PHPackages                             pripanggalih/mary-ui-optimized - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. pripanggalih/mary-ui-optimized

ActiveLibrary[Templating &amp; Views](/categories/templating)

pripanggalih/mary-ui-optimized
==============================

Performance optimized Mary UI - faster component initialization

v1.0.0(7mo ago)025MITPHP

Since Sep 28Pushed 7mo agoCompare

[ Source](https://github.com/pripanggalih/mary-ui-optimized)[ Packagist](https://packagist.org/packages/pripanggalih/mary-ui-optimized)[ Docs](https://mary-ui.com)[ GitHub Sponsors](https://github.com/robsontenorio)[ RSS](/packages/pripanggalih-mary-ui-optimized/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

[![](https://github.com/robsontenorio/mary-ui.com/raw/main/public/mary.png?raw=true)](https://github.com/robsontenorio/mary-ui.com/blob/main/public/mary.png?raw=true)

 [ ![](https://camo.githubusercontent.com/65627d9a90f6212c44af61dbd6da8d67dfb126b8769cf0935007be067e037409/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726970616e6767616c69682f6d6172792d75692d6f7074696d697a65643f63616368655365636f6e64733d3630) ](https://packagist.org/packages/pripanggalih/mary-ui-optimized) [ ![](https://camo.githubusercontent.com/7687cd9172af6b0eb8f19288edac3ab787d792994d3c4001e30c4fe8c4d76d0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726970616e6767616c69682f6d6172792d75692d6f7074696d697a65643f6c6162656c3d737461626c6526636f6c6f723d626c75652663616368655365636f6e64733d3630) ](https://packagist.org/packages/pripanggalih/mary-ui-optimized) [ ![](https://camo.githubusercontent.com/e635b88bddc87319441dc9b6ca21ad88002dd5de9e991552ffa2a5275b93f6f1/68747470733a2f2f706f7365722e707567782e6f72672f70726970616e6767616c69682f6d6172792d75692d6f7074696d697a65642f6c6963656e73652e737667) ](https://packagist.org/packages/pripanggalih/mary-ui-optimized)

Introduction
------------

[](#introduction)

The maryUI Optimized package is a performance-enhanced version of Mary UI components for Livewire, powered by daisyUI and Tailwind. This optimized version features faster component initialization and improved UUID generation for better performance.

Performance Optimizations
-------------------------

[](#performance-optimizations)

- **Faster UUID Generation**: Replaced expensive MD5 hashing with simple counter-based UUIDs
- **Improved Component Initialization**: Streamlined component constructor logic
- **Reduced Memory Usage**: Eliminated unnecessary serialization operations

Official Documentation
----------------------

[](#official-documentation)

You can read the official documentation on the [maryUI website](https://mary-ui.com).

Sponsor
-------

[](#sponsor)

Let's keep pushing it, [sponsor me](https://github.com/sponsors/robsontenorio) ❤️

Discord
-------

[](#discord)

Come to say hello on [maryUI Discord](https://discord.gg/c2Dv8T2X2s)

Credits
-------

[](#credits)

**Original Mary UI**: [@robsontenorio](https://twitter.com/robsontenorio)
**Performance Optimizations**: MW Pripanggalih ([@pripanggalih](https://github.com/pripanggalih))

Contributing
------------

[](#contributing)

Clone the optimized repository into some folder **inside your app**.

```
git clone git@github.com:pripanggalih/mary-ui-optimized.git
```

Change `composer.json` from **your app**

```
"minimum-stability": "dev", //
