Какая ОС стоит на сервере?
Тут без разницы, настраивать любую надо, только файлы чуть иначе находятся.
Какая ОС стоит на сервере?
sudo mysqltuner >> MySQLTuner 1.6.0 - Major Hayden <major@mhtx.net> >> Bug reports, feature requests, and downloads at http://mysqltuner.com/ >> Run with '--help' for additional options and output filtering [--] Skipped version check for MySQLTuner script [OK] Operating on 64-bit architecture -------- Storage Engine Statistics ------------------------------------------- [--] Status: +ARCHIVE +Aria +BLACKHOLE +CSV +FEDERATED +InnoDB +MRG_MYISAM [--] Data in MyISAM tables: 3G (Tables: 972) [--] Data in InnoDB tables: 10M (Tables: 182) [!!] Total fragmented tables: 23 -------- Performance Metrics ------------------------------------------------- [--] Up for: 3h 53m 49s (224K q [15.979 qps], 6K conn, TX: 896M, RX: 33M) [--] Reads / Writes: 95% / 5% [--] Binary logging is disabled [OK] Maximum reached memory usage: 351.9M (4.53% of installed RAM) [OK] Maximum possible memory usage: 1.3G (16.53% of installed RAM) [OK] Slow queries: 0% (0/224K) [OK] Highest usage of available connections: 2% (5/200) [OK] Aborted connections: 0.01% (1/6992) [OK] Query cache efficiency: 39.2% (129K cached / 329K selects) [!!] Query cache prunes per day: 100700 [OK] Sorts requiring temporary tables: 1% (325 temp sorts / 18K sorts) [!!] Joins performed without indexes: 131 [!!] Temporary tables created on disk: 45% (3K on disk / 8K total) [OK] Thread cache hit rate: 99% (5 created / 6K connections) [!!] Table cache hit rate: 5% (407 open / 7K opened) [OK] Table locks acquired immediately: 99% (121K immediate / 121K locks) -------- MyISAM Metrics ----------------------------------------------------- -------- InnoDB Metrics ----------------------------------------------------- [--] InnoDB is enabled. [OK] InnoDB buffer pool / data size: 128.0M/10.3M [OK] InnoDB buffer pool instances: 1 [!!] InnoDB Used buffer: 18.89% (1547 used/ 8191 total) [OK] InnoDB Read buffer efficiency: 99.92% (1919010 hits/ 1920552 total) [!!] InnoDB Write buffer efficiency: 0.00% (0 hits/ 1 total) -------- AriaDB Metrics ----------------------------------------------------- [--] AriaDB is disabled. -------- Replication Metrics ------------------------------------------------- [--] No replication slave(s) for this server. [--] This is a standalone server.. -------- Recommendations ----------------------------------------------------- General recommendations: Run OPTIMIZE TABLE to defragment tables for better performance Set up a Password for user with the following SQL statement ( SET PASSWORD FOR 'user'@'SpecificDNSorIp' = PASSWORD('secure_password'); ) Restrict Host for user@% to user@SpecificDNSorIp Enable the slow query log to troubleshoot bad queries Adjust your join queries to always utilize indexes When making adjustments, make tmp_table_size/max_heap_table_size equal Reduce your SELECT DISTINCT queries which have no LIMIT clause Increase table_open_cache gradually to avoid file descriptor limits Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C Beware that open_files_limit (1024) variable should be greater than table_open_cache ( 407) Variables to adjust: query_cache_size (> 16M) join_buffer_size (> 128.0K, or always use indexes with joins) tmp_table_size (> 32M) max_heap_table_size (> 32M) table_open_cache (> 407)
Тут без разницы, настраивать любую надо, только файлы чуть иначе находятся.
возможно вам чтото полезное покажут
Не согласен.
query_cache_size (> 16M)
join_buffer_size (> 128.0K, or always use indexes with joins)
tmp_table_size (> 32M)
max_heap_table_size (> 32M)
table_open_cache (> 407)
pagespeed
это модуль а не сервис гуглаССАНКЦИИ
да, вот только скачать его из Крыма — нельзяэто модуль а не сервис гугла
сейчас после проведенной работе, по советам указанным выше — скорость значительно повысилась
Прибавка в скорости работы сайта с РНР7 реально серьезная! Но пока не судьба UPDS не поддерживает РНР7Вернулись на сентос, но уже 7 версию — работать просто класс! Удобно, быстро и время генерации 0.7 секунды
Прибавка в скорости работы сайта с РНР7 реально серьезная! Но пока не судьба UPDS не поддерживает РНР7
Какие советы помогли кстати?