From 8a8fb3c85f9cc428ad2f93a4fc33d1aead54f35f Mon Sep 17 00:00:00 2001 From: rgasch Date: Sat, 19 Nov 2022 16:04:25 +0100 Subject: [PATCH 1/4] Updated README with performance related info. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e416dc0..bb52742 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,12 @@ App\Providers\FilamentServiceProvider class. The only variable which might require tuning is the "nCpuCores" variable which is used to configure CPU load and needs to know the number of CPU cores on you system in order to make this calculation correct. + +## Performance + +Some people have reported slow page loading speeds. In response to this I've +added a .htaccess file which defines caching directives which already helps +quite a bit. If after this optimization you are still unhappy with your loading +speeds, try removing the *"ralphjsmit/tall-interactive"* package from your +composer.json file and then run "composer update" (this of course assumes that +you are not using the functionality in this package). From 7f8266b3306abb3ac01bfa92555b4945e7015f99 Mon Sep 17 00:00:00 2001 From: rgasch Date: Sat, 19 Nov 2022 16:04:46 +0100 Subject: [PATCH 2/4] Fixed incorrect home link --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index de23392..e5009ee 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -25,7 +25,7 @@ @if (Route::has('login'))