the_great_lol
the_great_lol
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ config('app.name', 'Laravel') }}</title> <!-- Fonts --> <link rel="preconnect" href="https://fonts.bunny.net"> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" /> <!-- Scripts --> @vite(['resources/css/app.css', 'resources/js/app.js']) <!-- Styles --> @livewireStyles </head> <body class="font-sans antialiased"> <x-banner /> <div class="min-h-screen bg-gray-100"> @livewire('navigation-menu') <!-- Page Heading --> @if (isset($header)) <header class="bg-white shadow"> <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8"> {{ $header }} </div> </header> @endif <!-- Page Content --> <main> {{ $slot }} </main> </div> @stack('modals') @livewireScripts </body> </html>
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
I ran all the cache commands and made sure that opcache is enabled and running but the problem is still on. could it be the way I assign my css and js in the layout file?
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
I didn't run them 😅 , so when I run all of them I should run sudo systemctl restart php8.2-fpm.service ?
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
Luckily, I have access to view the course, will check it out , thanks 😄
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
especially that filament seems to handle things by itself
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
problem is I don't know where to start with this 😅
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
will test in a moment ...
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
will test it 👍
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
ah sorry my mistake 😅
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
Can I make the dummy route from my local and deploy it to production? because it seems like everything is cached and my temp route wasn't recognized when I created it on production
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
ok will try
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
it's nginx.conf right? or another file?
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No we didn't install it yet
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
No description
56 replies
FFilament
Created by the_great_lol on 7/23/2024 in #❓┊help
Bad performance: largest contentful paint (LCP)
I restarted nginx using sudo systemctl restart nginx , should I restart php-fpm individually?
56 replies