加快页面加载时间[关闭]

                <div class="grid--cell fl1 lh-lg">
                    <div class="grid--cell fl1 lh-lg">
                        It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and   cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,   <a href="/help/reopen-questions">visit the help center</a>.

                    </div>
                </div>
            </div>
            <div class="grid--cell mb0 mt8">Closed <span title="2012-10-24 16:45:32Z" class="relativetime">7 years ago</span>.</div>
        </div>
    </aside>

Does any one know how they speedup page loading time (switch between sidebar article lists and load page contents instantly)?

http://gmailblog.blogspot.com

Or any suggestions for a better way ? [I already minified my js and css files] :)

</div>

You'll want to look into AJAX. I would also recommend "PageSpeed Insights" plugin which provides many suggestions to improve overall loading speed.

You can read this page for know many method for improve your speedtime loading page.

Many good practises exist with Yslow and PageSpeed.

For samples :

  • Minimize HTTP Requests
  • Use a Content Delivery Network
  • Avoid empty src or href
  • Add an Expires or a Cache-Control Header
  • Gzip Components
  • Put StyleSheets at the Top
  • Put Scripts at the Bottom
  • Avoid CSS Expressions
  • Make JavaScript and CSS External
  • Reduce DNS Lookups
  • Minify JavaScript and CSS
  • Avoid Redirects
  • Remove Duplicate Scripts
  • Configure ETags
  • Make AJAX Cacheable
  • Use GET for AJAX Requests
  • Reduce the Number of DOM Elements
  • No 404s
  • Reduce Cookie Size
  • Use Cookie-Free Domains for Components
  • Avoid Filters
  • Do Not Scale Images in HTML
  • Make favicon.ico Small and Cacheable