Originally posted by MarillionFan
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Slow cloud software - Need to record it
Collapse
X
-
-
Originally posted by woohoo View PostReally basic but you could use the developer tools in Chrome (FF and IE also) and select network and checkout the timeline.
Obviously, it only going tell you how long the page takes to load but it's something.
Another option if you are running windows 10 is the recording tool. This will record your interaction.
If you want to get technical use Fiddler, this will you the interaction between your browser and the web server. So will give you a good idea of any ajax calls etc and how long they take.
have used Yslow.
gives you an easy experience via bookmarklet
Getting started with YSlow - Speed Awareness Month
this looks like a cool feature that might interest you.
YSlow - Official Open Source Project Website
not seen this before maybe worth a look
https://www.ibm.com/developerworks/c...0-96067ed50156Comment
-
Come one MF, faced with this situation, a £350k pa. executive like yourself would call DA, and get a £1000/day contractor onsite to fix it ASAP.
AYSYCOTBAP?Comment
-
Originally posted by NickFitz View PostChrome Developer Tools (built-in to the browser) includes a set of profiling tools: https://developers.google.com/web/to...profile/?hl=en
Start by checking for slow responses over the network - look in the network panel for XHR (XMLHttpRequest) requests/responses, as that's your fancy "Ajax" shenanigans happening. If that looks OK, you can profile their JavaScript to look for any obvious slowness.
But it's probably the latency of XHR calls, which would explain why they don't see any problem in the USA.
True story: when I was at Yahoo, our app was struggling to authenticate users promptly because the User ID backend was on US-based servers. One of our engineers raised this with the guys in the States, suggesting that allowing the data to be cached nearer users (similar to a CDN but for live data) would be better. The guys over there replied that while they acknowledged the issue, they didn't see the need to waste resources addressing "an edge case" - that was the exact term they used.
Our guy sent a blistering response pointing out that those parts of the world that aren't the United States and Canada happen to be considerably larger than those bits that are, and also contain a considerably larger proportion of Y!'s users, so were hardly an edge case.
That got them to address the issue, but the North America-centric attitude towards the fundamental engineering issues involved was extremely telling.
(As it happened, the system for distributed authentication had previously been in use, but the data had all been centralised in the US in response to the well-known case of the Chinese government forcing Y! to hand over user data - if it was in the US, the Chinese couldn't just turn up at the data centre with a forklift and take the servers and disks away for examination when the data wasn't handed over, which is a thing they've done in the past to other companies. The fix was to re-enable the distributed User ID system but only with explicit user approval; so if you have or had a Y! account and, in late 2007, encountered an interstitial when you went to check your mail asking if you minded your data being stored in Ireland, that was why.)
You explained what I was getting at, in far more detail than me
@MF, both Nicks and my invoices are in the post.The Chunt of Chunts.Comment
-
Originally posted by Pondlife View PostI'm guessing he wants to record the time it takes to interact with the screen, loading pages, submitting data.
Basically, how awful the user experience is due to lag.
some sort of screen recorder like people use to make tutorials.
Exactly that. Browsers are a little different, but it's mostly to record and show what's happening. The problem with WebEx is it's web based, so don't want the connection slowed.What happens in General, stays in General.You know what they say about assumptions!Comment
-
Originally posted by FatLazyContractor View PostWhy don't you get Suity to cobble up a quick application in exchange for a dime?
Because whenever Suity pops over, the loud whining noise drowns out the noise of the engines of the planes coming into land at the local airport.What happens in General, stays in General.You know what they say about assumptions!Comment
-
FTFY
Originally posted by MarillionFan View PostBecause whenever Suity pops over, it ends up a hell of a lot worse, performance wise, than before he arrived.The Chunt of Chunts.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- IR35: Mutuality Of Obligations — updated for 2025/26 Today 05:22
- Only proactive IT contractors can survive recruitment firm closures Yesterday 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
- Top 5 Chapter 11 JSL myths contractors should know Sep 14 15:46
- What the housing market needs at Autumn Budget 2025 Sep 10 20:58
Comment