noregrebt → created an issue.
Wanted to add an update to this in case anyone is encountering this problem.
After some experimentation, I was able to determine the performance hit was actually coming from date formatting. Steps to fix:
- Switch view to "Calendar View" rather than "fullcalendar view"
- Change calendar date field to "plain" formatter.
- Copy the template "calendar-view-day.html.twig to your theme
- Add this line in the row output and modify to your desired date format:
{{ row['#values'].value | date('h:ma')}} - {{ row['#values'].end_value | date('h:ma') }}
Really happy to hear that you are picking up this project! I have a site still on Drupal 9 since this is a blocker to upgrade. Is this something we can expect in the near future or will this be several months away still?
Noregrebt → created an issue.
Things I have tried for troubleshooting:
1. Change the order when the crop occurs
2. Switched from GD2 to ImageMagick
3. Tried different file types to convert to
I am also experiencing this issue and this is the only mention of it I can find. Has there been any solution found?
Resaving each facet has now fixed it. Thanks for the patch!
Patch 25 as well as dev release fixes the problem for me but breaks the actual facets.
Update: installed the development version of facets. This has corrected the issue. Thank you!
Thank you catch. It does appear that facets is the issue. Updating to 10.2 did not fix the problem but uninstalling facets did. Unfortunately i do need the facets module.
Noregrebt → created an issue.