Slow site issue: certain items modifying for every page load

This topic has 12 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: dpac56
    dpac56
    Participant
    May 8, 2015 at 07:49

    Hi,

    I have been trying to resolve my site’s slow speed for the past few days. Among other things, I have also gone through the topics that exist here and the suggestions you have provided.

    My site is hosted at Flywheel, and after more careful analysis they have pinpointed an issue that is preventing server caching (which is what they do). I am pasting the exact reply in the private section.

    Please advise since this is critical.

    Thanks.

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 08:41

    Hello,

    The files are reloaded each time for a new visitor on your site to have new captcha files for a new registration. If you don’t want it captcha can be removed from registration and contact forms.
    Please let us know how you’d like to proceed.

    Regards,
    Eva Kemp.

    Avatar: dpac56
    dpac56
    Participant
    May 8, 2015 at 11:21

    Hi Eva,

    Thanks for your quick response.

    I think the reason this was happening for every page was because I had added a contact form in the footer and also there was a register button in the header that on hover reveals the form with captcha. These two items were constant on all pages.

    I have removed the contact form from the footer.

    For the header register button is there a way to disable the AJAX form that comes on hover, since the user is anyway directed to the register page when he clicks.

    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 12:16

    Hello,

    Please add this code in custom.css file:

    .register-link .register-popup {
     display: none !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: dpac56
    dpac56
    Participant
    May 8, 2015 at 13:29

    Hi Eva,

    Thanks, but even after adding this code in the custom.css there is still the registration popup present.

    Also, could you confirm that adding this code will actually make the registration form not be generated and not simply make it invisible (but still present).

    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 13:47

    Hello,

    I checked your custom.css file the code wasn’t there. So I’ve added it and now popup window isn’t shown.
    Please clear browser cache and check.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: dpac56
    dpac56
    Participant
    May 8, 2015 at 14:42

    Hi Eva,

    That is surprising – I did put the code & checked. But beyond that, I am still seeing the registration popup even after clearing cache, checking on different computer, incognito windows etc. Just to be sure I am attaching the image with the form that I am referring to in the private section.

    Is this not visible at your end?

    Thanks,

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 17:05

    Hello,

    I’ve checked in different browsers don’t see popup form.
    Try to clear cache and cookies of a browser and try to check the site via proxy service http://anonymouse.org/cgi-bin/anon-www.cgi/http://purpletulsi.com .

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: dpac56
    dpac56
    Participant
    May 9, 2015 at 18:13

    Hi Eva,

    Thanks. I do not see the popup via proxy.

    However, as asked earlier, please see the attached image. Setting display: none has only the effect of not rendering the form – it is still being loaded. I am pretty sure, this will not help with the server caching issue. Is there any way that we can prevent the form from being loaded.

    Thanks.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 11, 2015 at 09:43

    Hello,

    In this case you can remove the form in the file wp-content/themes/woopress/framework/theme/functions.php (line 1137), delete or comment the code:

    <?php if($popups) : ?>
    		<div class="register-popup">
    			<div class="popup-title">
    			<span><?php _e( 'Register Form', ETHEME_DOMAIN ); ?></span>
    			</div>
    				<?php et_register_form(); ?>
    				</div>
    					<?php endif; ?>

    Regards,
    Eva Kemp.

    Avatar: dpac56
    dpac56
    Participant
    May 19, 2015 at 05:47

    Hi Eva,

    Thanks – that resolved the issue. Appreciate your help.

    Best,
    Deepak

    Avatar: Eva
    Eva Kemp
    Support staff
    May 19, 2015 at 09:26

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 12 results - 1 through 12 (of 12 total)

The issue related to '‘Slow site issue: certain items modifying for every page load’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.