Title: page loading
Last modified: February 12, 2018

---

# page loading

 *  [amigoraj14](https://wordpress.org/support/users/amigoraj14/)
 * (@amigoraj14)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/page-loading-5/)
 * hello sir i have problem with loading my website i already ask my hosting company
   and reply me this
    Additionally, you could contact an experienced website developer
   to assist you with the optimization of the following:
 * – Defer parsing of JavaScript
 * – Make fewer HTTP requests
 * – Add Expires headers
 * – Reduce the number of DOM elements
 * Considering the information above, if we can be of any further assistance please,
   do not hesitate to update us again.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpage-loading-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/page-loading-5/#post-9964870)
 * Hey, If you are are looking to improve your website loading speed you can do 
   few things and optimise it.
    First of all, visit [Pingdom ](https://tools.pingdom.com)
   It is a free online tool that allows you to test your website’s speed from different
   locations.
 * Now once you are done with analysing your website speed, you can now follow the
   process of website speed optimisation.
    There are some things that make your 
   website slow such as your web hosting, WordPress Configuration, page size, External
   scripts and plugins. **Use Good Hosting**: Always use good quality managed WordPress
   hosting such as WP Engine or Namecheap. **Use a Cache Plugin **: Caching can 
   make your WordPress site anywhere from 2x to 5x faster. Read the guide from [here](http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/)
   to use a cache plugin. **Optimize Images**: You should always optimize your website
   images that will help to reduce the image size and thus the page size that helps
   to load your website faster. **Use a Content Delivery Network (CDN)**: Always
   use a content delivery network to optimize your WordPress website speed. You 
   can use Maxcdn or Cloudflare for good CDN.
 * **Reduce External HTTP Requests**: You can reduce all these external HTTP requests
   by disabling scripts and styles or merging them into one file.
 * **Optimize WordPress Database**: After using WordPress for a while, your database
   will have lots of information that you probably don’t need anymore. For improved
   performance, you can optimize your database to get rid of all that unnecessary
   information. Use Any WordPress Database Optimizer plugin such as wp sweep to 
   optimize your WordPress Database.
 * **Enable GZIP Compression**:
    Add this code in your hta access file.
 *     ```
       <IfModule mod_deflate.c>
         # Compress HTML, CSS, JavaScript, Text, XML and fonts
         AddOutputFilterByType DEFLATE application/javascript
         AddOutputFilterByType DEFLATE application/rss+xml
         AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
         AddOutputFilterByType DEFLATE application/x-font
         AddOutputFilterByType DEFLATE application/x-font-opentype
         AddOutputFilterByType DEFLATE application/x-font-otf
         AddOutputFilterByType DEFLATE application/x-font-truetype
         AddOutputFilterByType DEFLATE application/x-font-ttf
         AddOutputFilterByType DEFLATE application/x-javascript
         AddOutputFilterByType DEFLATE application/xhtml+xml
         AddOutputFilterByType DEFLATE application/xml
         AddOutputFilterByType DEFLATE font/opentype
         AddOutputFilterByType DEFLATE font/otf
         AddOutputFilterByType DEFLATE font/ttf
         AddOutputFilterByType DEFLATE image/svg+xml
         AddOutputFilterByType DEFLATE image/x-icon
         AddOutputFilterByType DEFLATE text/css
         AddOutputFilterByType DEFLATE text/html
         AddOutputFilterByType DEFLATE text/javascript
         AddOutputFilterByType DEFLATE text/plain
         AddOutputFilterByType DEFLATE text/xml
   
         # Remove browser bugs (only needed for really old browsers)
         BrowserMatch ^Mozilla/4 gzip-only-text/html
         BrowserMatch ^Mozilla/4\.0[678] no-gzip
         BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
         Header append Vary User-Agent
       </IfModule>
       ```
   
 * Follow these tips and I’m sure that you’ll be able to speed up your wordpress
   website.

Viewing 1 replies (of 1 total)

The topic ‘page loading’ is closed to new replies.

## Tags

 * [speed](https://wordpress.org/support/topic-tag/speed/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 2 participants
 * Last reply from: [codex786](https://wordpress.org/support/users/codex786/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/page-loading-5/#post-9964870)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
