mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #753] Fatal error: Maximum execution time #543
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#543
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gerroon on GitHub (Jun 6, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/753
I finaly was able to 60.000 songs to the databse. The sync was successful but now I cant login, with the errors below from apache (proxying it). It loads for a while then logs me out in Waterfox.
Before adding the songs, I had no such issue at all. I could login in a milisec.
Debian Testing
Apache/2.4.33 (Debian)
Database client version: libmysql - mysqlnd 5.0.12-dev - 20150407 -
Id: 38fea24f2847fa7519001be390c98ae0acafe387PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 7.1.16-1+b2
@gerroon commented on GitHub (Jun 6, 2018):
Also these
@phanan commented on GitHub (Jun 7, 2018):
Try increasing your PHP memory and execution time, as hinted by the errors themselves.
@gerroon commented on GitHub (Jun 7, 2018):
@phanan
I already set memory limit to 2048M in php.ini and added php_value max_execution_time 300 in .htaccess in koel folder. It did not seem to help.
It sometimes loads the page, a bit like a russian roulette but it takes a long time to load it when it does, like minutes. Loading the initial page takes time if it does, logging in takes a long time when it does. Allt his started to happening after I added all my songs so it was not an initial problem.
@phanan commented on GitHub (Jun 7, 2018):
The errors say otherwise, so maybe you'll want to check your configuration. I can't debug for you, though.
@gerroon commented on GitHub (Jun 7, 2018):
@phanan
Yes I made those changes after those errors. What I am saying that changing the those settings seems to help a bit like letting me login only half the time, and it takes like 5 mins to load the page on a local network.
@gerroon commented on GitHub (Jun 7, 2018):
@phanan
I replaced the current repo (had over 60.000 songs) with one that has around 17.000. Not it is much more snappy, loading takes couple seconds.
Is it possible that 60.000+ songs is too much of an issue for Koel?
@phanan commented on GitHub (Jun 7, 2018):
I'd think so.