Skip to content
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

Abnormally loading time on page https://globalchallenges.org #1177

Closed
helen-dikareva opened this issue Jun 14, 2017 · 6 comments
Closed

Abnormally loading time on page https://globalchallenges.org #1177

helen-dikareva opened this issue Jun 14, 2017 · 6 comments
Assignees
Labels
AREA: server !IMPORTANT! STATE: Auto-locked Issues that were automatically locked by the Lock bot TYPE: bug

Comments

@helen-dikareva
Copy link
Collaborator

url: https://globalchallenges.org/en/submission-platform/register

@miherlosev
Copy link
Contributor

miherlosev commented Jun 14, 2017

Measurements on the my computer (browser - Google Chrome: Version 59.0.3071.86 (Official Build) (64-bit))
without proxy:

  • first load: DOMContentLoaded - 2.2 sec, Load: 5 sec
  • second and later: DOMContentLoaded - 1.9 sec, Load: 4.3 sec

with proxy:

  • first load: DOMContentLoaded - 22 sec, Load: 32 sec
  • second and later: DOMContentLoaded - 5.5 sec, Load: 11.3 sec

There are several issues for this site:

So, now we should investigate how to include to the testcafe-hammerhead the fast brotli module.
For example, we can create module that contains precompiled version of [brotli] (https://github.com/google/brotli).

@LavrovArtem
Copy link
Contributor

issue related with brotli fixed in #1310

@LavrovArtem
Copy link
Contributor

Currently on the my computer (browser - Google Chrome: Version 60.0.3112.113 (Official Build) (64-bit))
without proxy:

  • first load: DOMContentLoaded - 1.92s, Load: 2.93s
  • second and later: DOMContentLoaded - 532ms, Load: 1.48s

with proxy:

  • first load: DOMContentLoaded - 3.99s, Load: 6.61s
  • second and later: DOMContentLoaded - 1.05s, Load: 2.42s

@LavrovArtem
Copy link
Contributor

We have to revert the fix since we've faced a major issue there. The iltorb module requires the c++ compiler. There are compiled binaries for linux, win and mac platforms for nodejs versions 4, 6 and 8. But if you use it with nodejs v5 or v7 node tries to compile c++ files. C++ compiler is not available on most operating systems by default. In this case the iltorb module installation fails.
We will try to find the best way to resolve this and fix the initial issue.

@miherlosev miherlosev modified the milestones: Sprint #9, Sprint #10 Nov 16, 2017
@miherlosev
Copy link
Contributor

This issue affects 3 points: brotli encoding/decoding, client code overriding and http caching.
We will get the greatest gain from http caching

@miherlosev miherlosev modified the milestones: Sprint #10, Sprint #11, Planned Mar 15, 2018
@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked Issues that were automatically locked by the Lock bot label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
@LavrovArtem LavrovArtem removed this from the Planned milestone Feb 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: server !IMPORTANT! STATE: Auto-locked Issues that were automatically locked by the Lock bot TYPE: bug
Projects
None yet
Development

No branches or pull requests

4 participants