MohmmedAshraf / laravel-translations

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management
MIT License
648 stars 91 forks source link

Packages make the project very heavy #23

Closed achmadhadikurnia closed 1 year ago

achmadhadikurnia commented 1 year ago

Hi, after I installed and implemented the package configuration. my project gets heavy on page load even it takes 4 seconds just to show login page. My project is running on Laravel 9 PHP 8.0.25

image

MohmmedAshraf commented 1 year ago

Hi @achmadhadikurnia , have you tried to cache the icons by running the following command?

php artisan icons:cache

Let me know if this fixes your issue

kmaking commented 1 year ago

@MohmmedAshraf I have tried and it is working, it request time and memory usage

MohmmedAshraf commented 1 year ago

@kmaking Thank you

achmadhadikurnia commented 1 year ago

Sorry I just removed the package for a while. When I need I will install again.