Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: optimize CSS asset loading by using lazy loading #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abdulmejid-assistentry
Copy link

Changes:

  1. Avoided conflicts with other parts of the project where Filament is loading assets. By using lazy loading, the CSS files are only loaded when necessary, ensuring there is no overlap or redundant loading across different sections of the application.
  2. Removed unnecessary CSS loading from areas where it was not needed, based on best practices outlined in the Filament documentation on lazy loading CSS: Lazy Loading Filament CSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants