Quantcast
Channel: Topic Tag: forms | WordPress.org
Viewing all articles
Browse latest Browse all 3050

Performance Problems with Forms

$
0
0

Hey guys,

i got a a performance problem with my wordpress site. Someone recommended me to post the log files of my mamp server to see, if there is something wrong with my setup.

I’m creating a quite big user profile. The more fields i add, the slower the site gets. At the moment it takes about 15sec to load the profile page, but with adding more fields this number increases fast.

Here are my log-files:

apache_error.log

[Mon Mar 11 19:55:08 2019] [notice] Digest: generating secret for digest authentication ...
[Mon Mar 11 19:55:09 2019] [notice] Digest: done
[Mon Mar 11 19:55:09 2019] [notice] FastCGI: process manager initialized (pid 2167)
[Mon Mar 11 19:55:09 2019] [notice] Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.2.8 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Mon Mar 11 19:55:42 2019] [error] [client ::1] client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store, referer: http://localhost:8888/MAMP/?language=German
[Mon Mar 11 20:01:13 2019] [error] [client ::1] client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store

php_error.log

#0 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-content/plugins/ultimate-member/includes/core/um-actions-profile.php(1223): add_action('um_add_submit_b...')
#1 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-content/plugins/ultimate-member/includes/class-init.php(1399): require_once('/Applications/M...')
#2 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-includes/class-wp-hook.php(286): UM->init('')
#3 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#4 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#5 /Applications/MAMP/htdocs/07_wordpress_mmj/wp-settings.php(374): do_action('plu in /Applications/MAMP/htdocs/07_wordpress_mmj/wp-includes/plugin.php on line 405

mysql_error_log.err

2019-03-11T18:55:08.6NZ mysqld_safe Logging to '/Applications/MAMP/logs/mysql_error_log.err'.
2019-03-11T18:55:08.6NZ mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql57
2019-03-11T18:55:08.591209Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-03-11T18:55:08.592188Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2019-03-11T18:55:08.593912Z 0 [Note] /Applications/MAMP/Library/bin/mysqld (mysqld 5.7.23) starting as process 2158 ...
2019-03-11T18:55:08.610842Z 0 [Warning] Setting lower_case_table_names=2 because file system for /Applications/MAMP/db/mysql57/ is case insensitive
2019-03-11T18:55:08.621388Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-11T18:55:08.621459Z 0 [Note] InnoDB: Uses event mutexes
2019-03-11T18:55:08.621492Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2019-03-11T18:55:08.621519Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2019-03-11T18:55:08.624065Z 0 [Note] InnoDB: Number of pools: 1
2019-03-11T18:55:08.628231Z 0 [Note] InnoDB: Using CPU crc32 instructions
2019-03-11T18:55:08.630589Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-11T18:55:08.651885Z 0 [Note] InnoDB: Completed initialization of buffer pool
2019-03-11T18:55:08.681217Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-11T18:55:08.973166Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-03-11T18:55:08.973431Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-03-11T18:55:09.009856Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-03-11T18:55:09.010871Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2019-03-11T18:55:09.010901Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2019-03-11T18:55:09.011294Z 0 [Note] InnoDB: Waiting for purge to start
2019-03-11T18:55:09.066157Z 0 [Note] InnoDB: 5.7.23 started; log sequence number 391606737
2019-03-11T18:55:09.068091Z 0 [Note] InnoDB: Loading buffer pool(s) from /Applications/MAMP/db/mysql57/ib_buffer_pool
2019-03-11T18:55:09.069242Z 0 [Note] Plugin 'FEDERATED' is disabled.
2019-03-11T18:55:09.094721Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2019-03-11T18:55:09.094808Z 0 [Note] Server hostname (bind-address): '*'; port: 8889
2019-03-11T18:55:09.095238Z 0 [Note] IPv6 is available.
2019-03-11T18:55:09.095286Z 0 [Note]   - '::' resolves to '::';
2019-03-11T18:55:09.095418Z 0 [Note] Server socket created on IP: '::'.
2019-03-11T18:55:09.111128Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190311 19:55:09
2019-03-11T18:55:09.205978Z 0 [Note] Event Scheduler: Loaded 0 events
2019-03-11T18:55:09.206155Z 0 [Note] /Applications/MAMP/Library/bin/mysqld: ready for connections.
Version: '5.7.23'  socket: '/Applications/MAMP/tmp/mysql/mysql.sock'  port: 8889  MySQL Community Server (GPL)

Is there anything you guys see i can do to imrpove my performance? At the moment i don’t think that i can conitonue with wordpress because of that.

best,


Viewing all articles
Browse latest Browse all 3050

Trending Articles