2 problems encountered.
Brizy calls the database 4 times ... when login to Default WP Dashboard
1. this is bad programming skill. possible to make 1 call to the database instead? it's so slow using brizy
2. if my user ID is 429352799877698074 <- this BigINT number, i may get error code shown in the developer console AND the number will be like this -> 429352799877698050 <- which is not the right one. Basically, i think there's some javascript code that send the uid as a number which should be sent to the server as string to be enclosed with "429352799877698074". I cant narrow down which area of javascript sent, pls help make sure the database is called with the correct uid in string format.
200911 20:36:59 1042742 Query SELECT * FROM wp_429352799877698074_posts p WHERE p.post_type = 'brizy-project' and p.post_status='publish'
ORDER BY ID DESC LIMIT 1 /*/greenishland/wp-admin/index.php == /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | get_r
esults = /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | getPost = /var/web/site/public_html/wp-content/plugins/brizy/admin/clo
ud.php | get = _init | /var/web/site/public_html/wp-content/plugins/brizy/editor.php = wordpressInit | /var/web/site/public_html/wp-includes/class-wp-h
ook.php*/
1042742 Query SELECT * FROM wp_429352799877698074_posts p WHERE p.post_type = 'brizy-project' and p.post_status='publish'
ORDER BY ID DESC LIMIT 1 /*/greenishland/wp-admin/index.php == /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | get_r
esults = /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | getPost = /var/web/site/public_html/wp-content/plugins/brizy/admin/clo
ud.php | get = _init | /var/web/site/public_html/wp-content/plugins/brizy/editor.php = wordpressInit | /var/web/site/public_html/wp-includes/class-wp-h
ook.php*/
1042742 Query SELECT * FROM wp_429352799877698074_posts p WHERE p.post_type = 'brizy-project' and p.post_status='publish'
ORDER BY ID DESC LIMIT 1 /*/greenishland/wp-admin/index.php == /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | get_r
esults = /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | getPost = /var/web/site/public_html/wp-content/plugins/brizy/editor.ph
p | get = wordpressInit | /var/web/site/public_html/wp-includes/class-wp-hook.php = apply_filters | /var/web/site/public_html/wp-includes/class-wp-hook
.php*/
1042742 Query SELECT * FROM wp_429352799877698074_posts p WHERE p.post_type = 'brizy-project' and p.post_status='publish'
ORDER BY ID DESC LIMIT 1 /*/greenishland/wp-admin/index.php == /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | get_r
esults = /var/web/site/public_html/wp-content/plugins/brizy/editor/project.php | getPost = /var/web/site/public_html/wp-content/plugins/brizy/editor/ac
counts/api.php | get = _init | /var/web/site/public_html/wp-content/plugins/brizy/editor.php = loadEditorApi | /var/web/site/public_html/wp-content/plu
gins/brizy/editor.php*/
-
Hi,
1 - The request that is sent to the database by Brizy are cached by WordPress under the get_option function. They are not big enough to be noticeable and to make difficult access to the WordPress dashboard. Other pages builder do more than 4 requests. If you notice that the WP dashboard is slow and you suppose that this can be caused by Brizy, I can recommend to disable the Brizy plugins and check again.
2 - Actually Brizy doesn't work with the user-id. The user ID is generated by WordPress and not by Brizy. You can try to deactivate Brizy and check if you receive the same inconvenience.
Best regards,
Sandra0
Please sign in to leave a comment.
Comments
1 comment