Admin Tools Site optimization

Help lol

 

Site optimization

  • PHP:
    • php accelerator = NO - WARNING (Dolphin can be much faster if you install some php accelator))
    • php setup = cgi-fcgi - WARNING (your PHP setup maybe very inefficient, please check it for sure and try to switch to mod_php, apache dso module or FastCGI)
  • MySQL:
    • key_buffer_size = 8384512 - OK
    • query_cache_limit = 1048576 - OK
    • query_cache_size = 0 - FAIL (must be >= 16777216)
    • query_cache_type = ON - OK
    • max_heap_table_size = 16777216 - OK
    • tmp_table_size = 16777216 - OK
    • thread_cache_size = 0 - FAIL (must be > 0)
  • Web-server:
    • User-side caching for static conten = click here to check it in Google Page Speed
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
      To apply this optimization you need to have expires_module Apache module - OK
    • Server-side content compression = can be checked manually or in "Page Speed" tool build-in into browser.
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
      To apply this optimization you need to have deflate_module Apache module - FAIL (You will need to install deflate_module for Apache)
  • Dolphin:
    • DB cache = On (File based cache engine) - WARNING (installing php accelerator will speed-up file cache)
    • Page blocks cache = Off (File based cache engine) - FAIL (please enable this cache in Dolphin Admin Panel -> Settings -> Advanced Settings)
    • Member menu cache = On (File based cache engine) - WARNING (installing php accelerator will speed-up file cache)
    • Templates Cache = Off (FileHtml based cache engine) - FAIL (please enable this cache in Dolphin Admin Panel -> Settings -> Advanced Settings)
    • CSS files cache = Off - FAIL (please enable this cache in Dolphin Admin Panel -> Settings -> Advanced Settings)
    • JS files cache = Off - FAIL (please enable this cache in Dolphin Admin Panel -> Settings -> Advanced Settings)
    • Compression for CSS/JS cache = Off - FAIL (please enable this cache in Dolphin Admin Panel -> Settings -> Advanced Settings)

Quote · 24 Dec 2011

ok

Quote · 24 Dec 2011

You can optimize your site depending on how PHP is processed, and if you have an accelerator installed.  This requires a VPS or higher, so you can ignore the messages if using shared hosting.  You can actually ignore these "warnings" entirely, since they are only suggestions.

 

The messages telling you about file cache can be changed on shared hosting, though.  You should probably leave file caching and compression enabled, unless you're making changes involving the template.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 24 Dec 2011

Thanks You.

Quote · 24 Dec 2011

Can anyone assist with this Warning?

 

php accelerator = eAccelerator - OK

php setup = cgi-fcgi - WARNING (your PHP setup maybe very inefficient, please check it for sure and try to switch to mod_php, apache dso module or FastCGI)


 

Quote · 21 Mar 2012

 

Can anyone assist with this Warning?

 

php accelerator = eAccelerator - OK

php setup = cgi-fcgi - WARNING (your PHP setup maybe very inefficient, please check it for sure and try to switch to mod_php, apache dso module or FastCGI)


 

The recommended setup is to have PHP run as an Apache module, but running under CGI (or cgi-fcgi in this case) also works.  You can ignore that warning, especially on shared.  But if on a VPS or higher, you can do something about it (but it's not really worth it).

 

I don't like the way these "warnings" are given.  Most don't really matter, and the idea of warning about having an older version of PHP can be ridiculous, especially since that warning seems to work off a feed of the latest releases and not something meaningful.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Mar 2012

But if on a VPS or higher, you can do something about it (but it's not really worth it)

 

Well, it is on a dedicated server...pretty fast machine, but the site doesn't load as quick as I'd like! lol

If you don't think it would make a big difference, then I guess I'll just ignore it.

Thanks for the reply!

 

 

Quote · 21 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.