Open Issues Need Help
View All on GitHub Web Development • Website
Make non-dynamic pages static about 1 month ago
AI Summary: The task involves optimizing the LMMS website's performance by converting static pages (those without dynamic content) from PHP-rendered pages to pre-rendered static HTML files. This aims to improve efficiency by eliminating unnecessary server-side processing for these pages.
Complexity:
4/5
enhancement help wanted php
Web Development • Website
504 Gateway Time-out about 2 months ago
AI Summary: The LMMS website is experiencing 504 Gateway Time-out errors. Debugging requires investigating the website's backend, potentially focusing on the GitHub API interaction for fetching news posts. This involves checking the `.env.local` file for correct GitHub Personal Access Token configuration, verifying the GitHub API connection, and potentially optimizing the data fetching process to reduce response times.
Complexity:
4/5
help wanted