page-load-time Questions
11
I am using https://gtmetrix.com to diagnose issues with my page speed.
The page in question has one embedded YouTube video and GTMetrix is saying that this video's JS calls are slowing down page ...
Vicious asked 18/5, 2018 at 11:56
11
Solved
This is an issue I've been having for a long time. I want to run PHP applications on my windows computer and it has a terribly high load time, around 10-25 seconds. I have tried many things:
Firs...
Slopwork asked 24/3, 2012 at 19:34
5
Solved
This question is sort of a tangent to Which browsers support <script async="async" />?.
I've seen a few scripts lately that do something like this:
var s = document.createElement(...
Fujimoto asked 4/8, 2010 at 18:52
2
Hello I have recently deployed one of my application on azure portal and it is running fine as well but the issue it takes 15 SECONDS TO LOAD for the first time when site load.
After site load suc...
Wolfram asked 18/7, 2018 at 7:18
4
Solved
Lately i started noticing the website loads very slow at some point.
I've investigated this with firebug and when the page takes very long to load this is showing up:
It seems totally random, bu...
Jurgen asked 3/9, 2012 at 17:8
1
Solved
I'm trying to troubleshoot an issue with bad acceptance of custom html build-reports that require a very long time to load on googlechrome, whereas load time is much better on firefox.
talking ab...
Valine asked 12/12, 2019 at 15:37
3
I currently have the following setup, but I'm not sure that my waits (Implicit and pageLoadTimeout) are working. Is this the proper implementation? By putting it in the @Before("@setup"), does it w...
Healall asked 24/5, 2018 at 21:33
2
Solved
On a website I manage we have several .woff files, one for each font. In the interest to save loading time I want to reduce the number of requests made. Is it possible to combine these woff files i...
Mccloud asked 30/10, 2012 at 8:3
5
Solved
Is there a way to check how long does it take for the page to load?
EDIT:
I will extend the question a bit. Say you are working on a ASP.NET project and when you run your project within the Visua...
Collaborate asked 12/6, 2013 at 6:37
1
Solved
I met a disgusting issue regarding the speed of Selenium Webdriver when opening a website.
The website which I am testing is a internal website, so it is not accessible for you. In order to descri...
Photic asked 23/5, 2017 at 7:28
6
Solved
I am looking for a proper way to test the time it takes a page to fully load all its resources. What I've done so far is add:
window.startTime = (new Date).getTime(); // after the title in my page...
Hypogynous asked 24/10, 2012 at 8:50
1
I have a website (wordpress) which has a few thousand posts on it. A post will look like this:
[tab:source1]
<iframe width="560" height="315" src="https://www.youtube.com/embed/U3rKPexoEcA" fra...
Modern asked 19/11, 2016 at 1:37
2
Solved
What if I had a compilation step for my website that turned all external scripts and styles into a single HTML file with embedded <script> and <style> tags? Would this improve page load...
Dashtikavir asked 22/6, 2016 at 4:21
6
Solved
I'm trying to automate page load time testing. I'm imagining running a cron job every couple hours that will load various pages from my website, retrieve the associated har files, and process...
Bristle asked 8/5, 2012 at 18:36
1
Solved
I have a page that sometimes loads in over a minute. Assume this is the expected behavior and wont change. In these cases, I get Net::ReadTimeout.
Note that this is after navigating to a page by c...
Wenona asked 13/7, 2015 at 12:25
2
Solved
The question:
Is is possible to tell a browser that is controlled by selenium webdriver to not load any content from external sources, or alternatively, not load resources from a given list of dom...
Conga asked 15/9, 2013 at 17:50
5
Solved
We're using OpenX to serve ads on a number of sites. If the OpenX server has problems, however, it blocks page loads on these sites. I'd rather have the sites fail gracefully, i.e. load the pages w...
Godred asked 22/9, 2010 at 14:59
3
Solved
If I base my CSS on mobile styling, then use @media queries for gradually larger displays (tablets, desktops etc), will the mobile devices use the desktop styles?
I believe that typically, mobile ...
Heptarchy asked 20/5, 2013 at 19:45
1
My website has 6 to 8 plugins installed and I am interested in knowing if there is a way to combine all css files from these plugins into one or two files
Thanks
Hayner asked 30/5, 2013 at 20:33
6
Solved
I have a web page I run locally on a WebKit mobile browser (not on a web server) which has around 27 MB of JavaScript files, YES 27 MB of JavaScript files. It is because I have custom JSON objects ...
Cirrate asked 10/11, 2011 at 10:26
2
Solved
Possible Duplicate:
Opening/closing tags & performance?
This is a newbie question, but I could not find a clear answer on the net, so please don't laugh :)
Does opening and clos...
Nutshell asked 7/8, 2012 at 19:56
4
Solved
A simple question that I'm not sure if it has a short answer!
Description
I have a files of JavaScript that to be loaded in a website here are some notes about them:
They are all comes from the ...
Overstay asked 11/10, 2010 at 16:37
3
Solved
Do any solutions currently exist that can minify an entire project directory? More importantly, do any solutions exist that can shorten classnames, id's, and keep them consistent throughout all doc...
Plausive asked 6/2, 2009 at 21:43
1
© 2022 - 2024 — McMap. All rights reserved.