Hello can someone help with the following persistent problem. My cloud instance (Ubuntu) upload speed is capped to 4 MBPS.
Retrieving speedtest.net configuration...
Testing from Google Cloud (35.246.5.139)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by CWCS Managed Hosting (Nottingham) [176.25 km]: 8.77 ms
Testing download speed................................................................................
Download: 916.29 Mbit/s
Testing upload speed......................................................................................................
Upload: 4.17 Mbit/s
Related
I have created a web application and hosted in MS Azure PaaS (Azure West Datacenter). User can only access application via Internet. My Client using his corporate network (their proxy server is in Copenhagen & the users are in NL) experience performance issues while accessing the Web application. Users connected via internet have much better performance as they connect to internet directly bypassing Corporate infrastructure.
My Corporate network team did an analysis and found that there is no performance delay when accessing the Web app.
1. They did a CMD : ping to the proxy address to check the response
2. They captured the results with Application Insights – BrowserTimings and found it satisfactory.
Now my manager asks if we can identify the performance using the Azure Application Insights. I tried accessing the Analytics feature in Azure Application Insights using below query:
requests
| where user_AuthenticatedId == "emailaddress"
But I couldn't identify any differences. I know which user access via corporate network and I pass their email address to check the performance Bucket
Is there any other way we can check the network performance in Azure Application Insights?
I also want to try and check with the network latency test via PSPing tool. I got the outbound IP address (there was 5 address) of the Azure Web App and tried pinging from internet but I receive Request Timeout error. Then I saw recently they have enabled SSL to my azure web app. Does that make any difference?
Is there any other way we can check the network performance in Azure Application Insights?
Yes, by adding a new chart. We will see the client metrics in the Chart details panel. You could check the client metrics which you want to monitor.
Following are the detail description of these client metrics.
Browser page load time: Browser page load time, client processing time, page load network connect time.
Client processing time: Time between receiving the last byte of a document until the DOM is loaded. Async requests may still be processing.
Page load network connect time: Time between user request and network connection. Includes DNS lookup and transport connection.
Receiving response time: Time between the first and last bytes, or until disconnection.
Send request time: Time between network connection and receiving the first byte.
I'm using openshift for laravel hosting. Now I want to upload files to my host, but there are two problems:
when I upload to openshift, over 30 sec, the connection is timed out.
when I use "git push" all the uploads file are removed.
Now I want to use cloud service for upload. I have problem with AWS :) ...
I'm searching and found MEGA Cloud. Is there any way to upload on mega cloud from laravel storage?
What is the best way to upload files over 4MB size?
We've been developing a system that integrates with the GMail API via the Java SDK. The implementation works well when hosted outside of AWS. But when the same code is placed into our AWS EC2 instances, we receive socket timeouts (even with 6 minute timeouts) about 50% of the time. We have done extensive firewall, routing, and proxy checks - but have found nothing that should cause an issue. We integrate with many other similar APIs (including Google Drive) and none of them exhibit this problem. There are no errors shown in the GMail API developer console.
Is there some sort of rate limiter for AWS based GMail API clients?
Can someone from the GMail API team help me troubleshoot this connectivity issue?
We have migrated the existing web application to azure cloud service, using azure database and azure redis cache provider.
We visit the same page in azure platform and local machine
In azure platform it takes 2 seconds to execute this page.
In local machine,it only takes 500 ms.
Both environment are using the same azure database and the same azure redis.
The location of azure database ,azure redis ,cloud service are all in west europe.
We use large cloud service (4 cores, 8GB memroy)
We also execute the page in cloud service machine by using remote desktop, try to prove that it's not due to the network, and it's still very slow.
Does anybody has experience about this, why it's so slow to execute the same page in azure (by using the same database and the same cache provider)?
I have a server of my own running locally on my wifi, on 0.0.0.0:5000.
I have built an app with the parse.com backend, and I want to link this server to Cloud Code, so I can call functions on it.
I am completely lost and don't know where to start to bring my server online with only Parse being able to access it and use its API.
Or am I better off renting a VPS and connecting to that?