Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always show debug log and fetch crawl status earlier #3804

Merged
merged 2 commits into from Dec 13, 2021

Conversation

Toflar
Copy link
Member

@Toflar Toflar commented Dec 10, 2021

This allows to always download the crawl debug log file even while the crawler is running and it also fixes #1371 because it actually always continued on page reload, you just could only see the current status after the first crawl process which might take 10 - 20 seconds depending on the settings.
This is solved now by simply executing the first ajax request without actually initiating the crawl process.

@Toflar Toflar self-assigned this Dec 10, 2021
@Toflar Toflar added the feature label Dec 10, 2021
@Toflar Toflar added this to the 4.13 milestone Dec 10, 2021
@leofeyer leofeyer merged commit 09772a8 into contao:4.x Dec 13, 2021
@leofeyer
Copy link
Member

Thank you @Toflar.

@Toflar Toflar deleted the feature/crawler-improvements branch December 16, 2021 17:15
leofeyer added a commit that referenced this pull request Nov 3, 2023
Description
-----------

In #3804 we have introduced the feature that the debug log download button is always shown when the crawler is running.

This has been accidentally removed in #4845 by @leofeyer when adjusting the styling.

@leofeyer not sure these styles are fine for you now so feel free to review the looks again but the download button should be shown 😄

Commits
-------

04e005b Fixed debug log not shown when crawler is running
85aa6e3 CSS adjustments

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/core-bundle that referenced this pull request Nov 3, 2023
Description
-----------

In contao/contao#3804 we have introduced the feature that the debug log download button is always shown when the crawler is running.

This has been accidentally removed in contao/contao#4845 by @leofeyer when adjusting the styling.

@leofeyer not sure these styles are fine for you now so feel free to review the looks again but the download button should be shown 😄

Commits
-------

04e005b9 Fixed debug log not shown when crawler is running
85aa6e30 CSS adjustments

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crawlvorgang startet nach Neuladen der Seite erneut
2 participants