Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

How can page loading time be reduced?

3 Posts
3 Users
0 Reactions
106 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

page loading time

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago
  1. TRIM DOWN JAVASCRIPT PARSING

Parsing of JavaScript by mobile browsers increase the page load time. Optimize the page load time of your mobile site by deferring the parsing of unnecessary <script> tags.

MINIFY JAVASCRIPT AND STYLE SHEETS

Minification is the process of removing all unnecessary characters from source code without changing its functionality, Minify all JavaScript and style sheet on your mobile site. To reduce the overall bandwidth consumption and improve mobile caching

APPLY CSS3 AND HTML5

CSS3 and HTML 5 framework are lightweight and make it easier for mobile web pages to load quickly

CSS3 has features including rounded corners, animations and text/box shadow, which makes it one of the most preferred choices for many.

Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

OPTIMIZE CACHES

Ensure that your mobile browser uses local memory to cache resources in order to avoid unnecessary server request

APPLY AJAX 2

Applying AJAX will help your mobile site fetch the data from a web server without essentially requiring the page to be refreshed. It allows your mobile site to quickly load and fill in updated content while the viewer is still browsing through your mobile page.

DO AWAY WITH REDIRECTS

Redirects usually require extra processing time. Serve the mobile site to the users directly.

Reply
Share: