Home » Contents of the "Miscellaneous" Category
Sort by:

Level3 Media Portal Overview

Category: CDN, Miscellaneous

The Level 3 CDN Media Portal is the access point for managing the caching, streaming and storage tools for your content. Through this portal, you can view reports about your data and check how your content is played, among many other things. Getting Started: Log in to the Media Portal – the security method uses …

How to measure website loading speed

Category: Miscellaneous

If you would like to measure website loading speed we recommend to use external website http://tools.pingdom.com/ , just type your website’s URL in the box and press “Test now” button. After a while you will get a lot of information at the bottom of the page.

WordPress optimization with W3 Total Cache plugin

Category: Miscellaneous

The best solution for WordPress optimization we discovered is W3 Total Cache plugin http://WordPress.org/extend/plugins/w3-total-cache/ , however for best results it should be configured properly. Here are settings that achieved best results during our tests: 1. Page Cache = Disk (Enhanced) 2. Minify Cache = Opcode 3. Database Cache = Opcode 4. Object Cache = Opcode …

How to setup Google APPS as external email service

Category: Miscellaneous

The main purpose of Google APPS is ability to host mail service outside of your main domain and get full functionality of gmail services, with great antispam filters. To setup you need to: – create Google APPS account on http://www.google.com/apps/intl/en/group/index.html with necessary domain (example: domain.com ) – create needed mailboxes there (example: sales@domain.com ) – …

How to find path to php.ini file

Category: Miscellaneous

No matter what control panel you are using, the complete way to find what php.ini file to edit for specific domain is following: 1. Create file inside your site, name it for example info.php , with content: <? phpinfo() ?> 2. Open file in your browser window, like http://domain.tld/info.php 3. Search for line Loaded Configuration …