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)
-
User-side caching for static conten = click here to check it in Google Page Speed
-
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)