Recent Posts

Avoid Inline Javascript

less than 1 minute read

Similarly to external JavaScript, inline script requires the browser to stop parsing the HTML and can also prevent the parallel downloading of other resource...

Bypass The Limit Of 2 Tcp Ip Connections

less than 1 minute read

Make sure you are not limited by 2 tcp ip connections when you don’t need to The default setting for the maximum amount of connection is two per connection g...