🇨🇦Canada @Noregrebt

Account created on 19 December 2017, about 7 years ago
#

Recent comments

🇨🇦Canada Noregrebt

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:

  1. Switch view to "Calendar View" rather than "fullcalendar view"
  2. Change calendar date field to "plain" formatter.
  3. Copy the template "calendar-view-day.html.twig to your theme
  4. 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') }}
🇨🇦Canada Noregrebt

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?

🇨🇦Canada Noregrebt

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

🇨🇦Canada Noregrebt

I am also experiencing this issue and this is the only mention of it I can find. Has there been any solution found?

🇨🇦Canada Noregrebt

Resaving each facet has now fixed it. Thanks for the patch!

🇨🇦Canada Noregrebt

Patch 25 as well as dev release fixes the problem for me but breaks the actual facets.

🇨🇦Canada Noregrebt

Update: installed the development version of facets. This has corrected the issue. Thank you!

🇨🇦Canada Noregrebt

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.

Production build 0.71.5 2024