-
AuthorPosts
-
September 4, 2022 at 9:12 pm #1363834
Enfold times out when I make any change to a specific Portfolio Item page. I did the same changes on many other pages with success. I did copy/paste the short codes (in debug mode) from the offending page to a similar installation on a dev site and I was able to complete the changes without problem. Since it must be a difference in my installation, I thought I could easily find the problem using diff to compare the file tree from both servers, nuking the differences one by one. No go.
The problematic page on the prod site.
The same page on the dev site with changes successfully completed
- This topic was modified 2 years, 2 months ago by photographie-tous-azimuts.
- This topic was modified 2 years, 2 months ago by photographie-tous-azimuts.
September 5, 2022 at 9:43 am #1363875Hey photographie-tous-azimuts,
Thank you for the inquiry.
Did you add any script tags in the page? We have a hunch that the contact form in the page might be causing this issue. Does it work correctly when you remove the contact form from the Gravity Forms plugin?
We may need to access the dashboard in order to check the issue properly. Please provide the login details in the private field.
Best regards,
IsmaelSeptember 5, 2022 at 8:42 pm #1363979Hi,
I did remove the contact form and got the same result. BTW, I have the same contact form on all pages without problem. Also, an identical page on the dev machine does not have the problem. The problem occurs only on this page (and any identical copy of it) and only on the dev server. I didn’t put any script tags in my page (and don’t know that it is).
Login credentials for both prod and dev servers are in the private section. Don’t update Events Manager on the prod server! If you do, it will break the site. (I am working on it on the dev machine.) This private page is a copy of the problematic page. It has the same problem. I strongly suggest you do your tests there. I created an identical page on the dev server, ans it does not have the problem.
Best regards,
SergeSeptember 6, 2022 at 6:56 am #1363991Hi,
Thank you for the info.
The error doesn’t occur when we removed the code block element containing the bookings_open shortcode. We were able to add some text blocks at the very of the page and update it. Unfortunately, we are not sure why the booking shortcode is causing the error. You may need to contact the plugin authors for more info.
Best regards,
IsmaelSeptember 7, 2022 at 2:15 am #1364144Hi,
Thank you for your time.
I am able to get a time out with only 100% pure Enfold stuff. Just duplicate the special header «Prochains cours» near the bottom of the page and save. Boom! Time out! No Events Manager stuff, no Gravity Forms stuff. Only pure Enfold stuff.
Best regards,
SergeSeptember 7, 2022 at 8:43 am #1364169Hi,
Thank you for the update.
We created a copy of the 007 page and we are able to reproduce the issue there even without the forms and booking shortcodes. We also noticed recurring requests posted to youtube while editing and updating the site. It is a little bit unusual because we do not see any embedded youtube videos in the page editor. Do you have any idea what triggers these log requests?
This is the URL where the requests are being posted: https://www.youtube.com/youtubei/v1/log_event?alt=json&key=AIzaSyAoOsbO_FJ2SlqU8Q421234STEHLGCibw_Yy8_11qcW8
This might be related: https://wordpress.org/support/topic/multiple-calls-when-editing-a-product/
Is it only happening in this single page?
Best regards,
IsmaelSeptember 7, 2022 at 9:24 pm #1364265Hi,
When you write «we are able to reproduce the issue there», do you mean on your own test site?
Did you notice those YouTube requests on your site or mine? If it is mine, how did you discover this?
There are YouTube embedded videos in several blog posts. In older posts, like this one, it is a simple link in WordPress non-Gutenberg editor. On newer posts, like this one, it is a Video media item from Enfold.
I have found that Yoast SEO inserts the text below in the Header section of all pages in my site, no matter the page have embedded video or not. I don’t know if this can cause YouTube requests:
{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.photographie-tous-azimuts.com/#/schema/logo/image/","url":"https://www.photographie-tous-azimuts.com/wp-content/uploads/2018/01/Logo-horizontal.png","contentUrl":"https://www.photographie-tous-azimuts.com/wp-content/uploads/2018/01/Logo-horizontal.png","width":1450,"height":463,"caption":"Photographie tous azimuts inc."}
I have tried to disable Yoast SEO and the time out problem still occurs.
Best regards,
SergeSeptember 9, 2022 at 9:41 am #1364403Hi,
When you write «we are able to reproduce the issue there», do you mean on your own test site?
We tested everything in the dev site that you provided above but we forgot to provide a link. Did you remove the private test page above? It redirects to 404 and we can’t find the test page that we created earlier.
Have you tried recreating the page from scratch, adding a single element and updating each time? This is a bit inconvenient but this will allow you to catch the offending element if there is any. We still don’t know why youtube is posting those requests though. Is this only happening in this page?
{“@type”:”ImageObject” I don’t know if this can cause YouTube requests:
Those are schema objects added by Yoast which should not generate the requests.
Best regards,
IsmaelSeptember 13, 2022 at 4:01 pm #1364926Hi,
Thanks for your patience.
I did not remove any private test pages, but private pages redirect to 404 if you are not logged with admin status. (Your account has admin status.)
On the prod site, I removed the button row on the original page and I was able to add back the code block. I didn’t try to add back the button row because this page is important, and the current state, although not ideal, is usable by customers.
I made no change on the 007 test page because it is easy to reproduce the problem on it with only 100% Enfold code. I know reproducing a problem is essential to fix it.
One question: is there a limit on page size? Looks like, if I remove something, I can add something else…
Best regards,
SergeSeptember 15, 2022 at 11:13 am #1365103Hi,
Thank you for the update.
One question: is there a limit on page size?
You might be referring to the post_max_size, which is a PHP directive and defaults to 8M. This is a very generous limitation because page sizes in WordPress averages around 60-100 Kb, depending on the content of the page. The page where the issue occurs is only 73 Kb in size.
// https://www.php.net/manual/en/ini.core.php#ini.post-max-size
We just noticed that the WP_MEMORY_LIMIT is set to 40M, default. You may want to ask your hosting provider to increase it to at least 128M.
Best regards,
IsmaelSeptember 15, 2022 at 11:05 pm #1365196Hi,
I did add define(‘WP_MEMORY_LIMIT’, ‘128M’); in CONFIG.PHP and confirmed the limit change in the Site Health page. No go. Still get a time out when I duplicate the «Prochains cours» special header at the end of the 007 test page and save changes.
BTW, the PHP config limits from my hosting provider setting page are memory_limit = 512M and post_max_size = 128M. I see those values in the Site Health page too.
Best regards,
SergeSeptember 26, 2022 at 10:43 am #1366320Hi,
Sorry for the delay. Unfortunately, we are still not sure why this error occurs in that page. Have you tried deleting the page completely and start it again from scratch?
Best regards,
IsmaelSeptember 28, 2022 at 9:55 pm #1366810HI,
I have already spent too many hours on this problem. I worked-around by removing content.
Best regards,
SergeSeptember 30, 2022 at 12:57 pm #1367092Hi,
Sorry that we were not able to help more with this issue, but glad that you were able to work around this. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Timeout after 5 min. on page change’ is closed to new replies.