You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few things we can do to speed up the site in the future (not currently critical, but it would also be good for SEO, like Google results):
Add HTTP2 support in apache, helps speedup, server load, etc. Should hopefully be as simple as a minor conf file update and apache rpm update, but we'll see. Also move from prefork apache to mpm for multiprocessing.
Make all jinja/json arrays into javascript arrays for dataTables so I can use deferRender: true and the site loads way faster.
Harder to do currently, because I spent a lot more time on this but...move from Apache to Nginx, everyone says it's far superior in speed for static rendering and handling multiple requests w less cores and RAM.
The text was updated successfully, but these errors were encountered:
There are a few things we can do to speed up the site in the future (not currently critical, but it would also be good for SEO, like Google results):
The text was updated successfully, but these errors were encountered: