-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Fix hackathon list page loadtime #7254
Fix hackathon list page loadtime #7254
Conversation
040c815
to
8831880
Compare
I have been testing this locally, however, I am not sure how much of a performance boost has been given or if the the problem was solved at all. |
can i see the WIP PR ur testing? i have a prod backup locally + can test
there
<https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature>
I'm using Inbox When Ready
<https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature>
to protect my focus.
On Fri, Aug 21, 2020 at 7:56 AM Walid Mujahid وليد مجاهد <
[email protected]> wrote:
… @thelostone-mc <https://github.com/thelostone-mc> @owocki
<https://github.com/owocki>
I have been testing this locally, however, I am not sure how much of a
performance boost has been given or if the the problem was solved at all.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7254 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCOAMIKN5ZDWS2QE3LLSBZ4IZANCNFSM4QEVCOUQ>
.
_________________________________________
gitcoin is live and has generated over $5mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
8831880
to
5893480
Compare
It is this current PR @owocki |
on my local (witha prod backup)
very nice! |
Good to hear. I assume then this does well in resolving this #6297 (comment) I have been also running performance tests and running lighthouse -both in localhost and for live site- and it seems that the payload and unused scripts might also be causing loadtime issues. However, I am not sure what kind of solutions others may be considering especially since alot of scripts that could be deferred or not of primaery importance to this specific page are also shared scripts on other sections of the site. |
Just skimmed through the code ! Oh this I like :D |
Have context loaded from
perftools.models.JSONStore
. Updates whenevercreate_page_cache
management command runs.refers #6297 (comment)