-
- Downloads
feat: add caching for translation retrieval and improve column height calculation
- Added caching for the `getTranslation` method in `TranslationKey` model to optimize translation retrieval. - Updated `IndexController` to improve the logic for calculating normalized heights of creations and adjusted the way columns are filled. - Included `itsgoingd/clockwork` package dependency for enhanced debugging. - Added `.gitignore` for Clockwork storage files. - Minor refactoring in view templates for cleaner code.
parent
1f7da37f
No related branches found
No related tags found
Showing
- .idea/php.xml 1 addition, 0 deletions.idea/php.xml
- app/Http/Controllers/Public/IndexController.php 31 additions, 26 deletionsapp/Http/Controllers/Public/IndexController.php
- app/Models/TranslationKey.php 7 additions, 2 deletionsapp/Models/TranslationKey.php
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 77 additions, 1 deletioncomposer.lock
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- resources/views/public/index.blade.php 1 addition, 1 deletionresources/views/public/index.blade.php
- storage/clockwork/.gitignore 3 additions, 0 deletionsstorage/clockwork/.gitignore
Loading
Please register or sign in to comment