0
Under review

loading speed

Sarah P. 7 months ago updated by Michael J. Radwin 7 months ago 3

Answer

Answer
Under review

Hi, thanks for using Hebcal and the FullCalendar integration. We're sorry to hear that the page is very slow.

We have an experimental approach that uses the Hebcal JavaScript APIs (instead of the REST API) to avoid fetching event data over the Internet. You still need to load the FullCalendar and Hebcal javascript files, but once they're loaded the page won't need to fetch additional data.


Try this approach to see if it improves your page speed?

https://gist.github.com/mjradwin/7145590367c8b88a194f8da5e9a8d325

Answer
Under review

Hi, thanks for using Hebcal and the FullCalendar integration. We're sorry to hear that the page is very slow.

We have an experimental approach that uses the Hebcal JavaScript APIs (instead of the REST API) to avoid fetching event data over the Internet. You still need to load the FullCalendar and Hebcal javascript files, but once they're loaded the page won't need to fetch additional data.


Try this approach to see if it improves your page speed?

https://gist.github.com/mjradwin/7145590367c8b88a194f8da5e9a8d325

Did the proposed solution improve the page load speed?

Hello,

thanks so much for this powerful, genius API!!
I am using a lot of fullcalendar functions, and the page is quiet slow.
Can you please offer a solution for me to speed up the page load?