Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'cache'

Home / Forums / Search / Search Results for 'cache'

Viewing 20 results - 4,081 through 4,100 (of 5,558 total)
  • Author
    Search Results
  • #80514

    Hi,

    Well I am a the moment 90% with optimizing my website. Cache’s are enabled (in a weird way, more on that later).
    Ok so my website is domoretraining.com
    The problem is the following, the main page loads in 1.7seconds ( WAYYY BETTER THEN I HAD BEFORE) and I’m fine with this (with woocommerce + polylang) it slows things down. Anyway, for the main page the server wait time is around 200ms (good), but when I check speed with another page, it gives me 4seconds load time (with a 1.7 server wait time).
    Is there anyway to reduce that wait time on other pages? It feels like the other pages wait for the main page to load, and then they load themselves.
    I thought that it was the woocommerce plugin that slowed things down, but my other website (with the same theme pinnacle) has the same problem (same server vps 2gig ram dreamhost)

    Now for technical part. The server is nginx (for performance) and well I had so many problems with cache that I simply enabled cache in code + browser leveraging. And used WordFence to get a general cache.
    I am running different cache solutions on each website, so that cant be the problem.

    So basally if there’s any solution to this?
    I used W3 previously, but guess what, that plugin made the main page load for 1.7 (server response time).

    Thank you!

    #80480

    Hey,
    I’m confused. I see that your image is too small to be sized like the others: http://www.chirurgiavertebrale.eu/wp-content/uploads/2015/05/Back-pain-image-750×400-e1431612685363.jpg

    Thats causing an issue. but other then that I’m not sure what is the issue on the page? I see the carousels working?

    Have you cleared the cache on your browser?

    Ben

    In forum: Virtue Theme

    In reply to: Site speed

    #80477

    Hey
    so just to make this clear upfront, first thing is always hosting. You can’t compromise hosting and hope for 5 star results.

    But I suggest you look at caching, using a plugin like wp-rocket or w3 total cache would make a significant impact on site speed.

    google pages speed helps for insight but don’t pay too close attention to the score. It’s suggestions are not a good representation of the speed of your site. (test with amazon.com for example on google). You really want to look at load time, size, and how many requests.

    http://tools.pingdom.com/fpt/#!/bCwbwP/http://obuvmart.ru/product-category/kapika/

    compare with this:
    http://tools.pingdom.com/fpt/#!/b1jXt5/http://themes.kadencethemes.com/virtue-premium/shop/

    The main things I see is your amount of plugins. Tons of scripts are loading with tongs of requests and you will want to bring down your file size. 2.5mb for a category page is a lot.

    You also have a 3.5 second wait for the server to process. That could mean your not serving cached files. Or that your plugins are loading and processing outside of the cache. Or that your host is just slow. But look into that.

    So to start are you using caching?

    Ben

    In forum: Virtue Theme

    In reply to: blog page breadcrumbs

    #80474

    Hey Jeremy,
    This should work by enabling Show Breadcrumbs on Pages & Categories in Theme Options > Breadcrumbs. Have you tried clearing your cache? Are you able to post an actual link to your site?

    Hannah

    In forum: Virtue Theme

    In reply to: picture not showing

    #80460

    and already delete cache user plugin ( WP Super Cache )

    In forum: Virtue Theme

    In reply to: picture not showing

    #80444

    Hello! What is the version of the theme that you have updated to? Everything shows up on other themes? Have you installed any new plugins that might be conflicting with the site?

    Another thing to be sure of is to clear your cache to be sure that your WordPress site isn’t lagging with your changes.

    #80430

    One more thing:
    https://www.schusters-shrub.de/news/
    delivers something between err 500 and no content (depends on browser)

    I have a test-page where I switched off all my plugins and switched between Virtue and Virtue Premium – only Virtue Premium gives me the err 500 on category page “news”. Ive different category pages like “rezepte” – no error here… I changed the category name, cleared cache… I found no solution in weeks. Your ideas are welcome! 🙂

    #80378

    I made many improvements related to my Site. Now it is working as fast as skyrocket. I want to share them with you.

    Firstly I removed all unnecessary plugins. Virtue premium theme is quite extensive. You do not need to plugin more. Just explore and learn the theme’s features well.

    1. I reached out to wp-config.php via FTP (Filezilla) and then add the following code;

    define ( ‘WP_ALLOW_REPA is’, TRUE);

    After I added the code, I went to address http://example.com/wp-admin/maint/repair.php, and I repaired my database. After this operation, the code was removed again (for security).

    2. I reached out to wp-config.php via FTP and then add the following code;

    define(‘WP_POST_REVISIONS’, FALSE);

    This code deletes previews.

    3. I removed the traces of deleted plugins via clean options plugin. This plugin allows to reach wp_options table. I removed the tables of deleted plugins, one bye one. I know, this process is quite dangerous. I Googled the table names. I have not deleted the table that I don’t know.

    4. I cleaned all post revisions via Optimize Database after Deleting Revisions plugin.

    5. I installed, activate and enabled (!!!) the WP Fastest Cache plugin.

    6. I have 3 websites hosted on the same hosting and (probably same wordpress). I applied the same process on every three web sites. One of the themes I use virtue premium, and other two are free virtue theme plus pinnacle toolkit.

    7. I do not use a special plugin to compress images. Because as far as I understand, theme or WordPress itself compressing images (If you do not adjust images as full-sized). I use the Adobe Photoshop and similar programs to prepare images. The maximum size of my images are between 100-200 kb. I think this is reasonable in terms of quality and size.

    8. YouTube video URL’s in the pages were seen as only text or link. This issue is now resolved spontaneously following these operations.

    9. As I understand, there are limits on the number of menu titles. I think that’s due to the theme. I’ve simplified the problemmatic menu and reduce the number of title. Now, I am able to add new titles to the menu.

    10. Host waiting time (reaction time) also absolutely improved. I tested the speed of pages from google page speed and pingdom.com. The pages are now loading in about 1-2 seconds. Slowdowns also improved in the wordpress admin panel.

    Thank you for your interest and your help.

    Sincerely yours.

    In forum: Virtue Theme

    In reply to: Memory errors

    #80324
    This reply has been marked as private.
    #80316

    Yeah just the page cache. You still want browser cache running.

    Ben

    #80309

    okei.. got it Ben.. Thanks a lot.
    That means, if anybody wants to use different slider for Mobile viewers then ideally the Cache needs to be Turned Off for Home Page.
    Thanks again for the new learning Ben.

    Cheers,
    Ari.

    #80290

    Hey,
    So you can’t use page caching on a page where you want the server to show different sliders per viewers browser. For example if you page cache the desktop version and you have page caching on for mobile it will show the desktop code. The css will make it responsive to the screen but it’s still the output of the desktop cache. For any situation where you don’t have a separate mobile slider both outputs would be the same but if your wanting to use the mobile you will need to turn page caching off for the home page.

    In w3 total cache the option to turn off page caching for the home page is right on the page caching page.

    Ben

    #80238

    Hi Ben,

    I created two different slider.
    1. One is for Desktop/Laptop – This is “Full Screen” Revolution Slider
    2. Another is for Mobile View – This is “Auto Responsive” Revolution Slider

    What is happening :- sometime Mobile view is showing up the “Auto Responsive” slider properly and sometimes it is taking the Desktop slider ( the Full Screen one).
    I cleared the cache and everything but the problem remains same. I tried to create a separate Auto responsive Kadence slider for Mobile but again, Mobile view is taking sometime Full screen Desktop slider and sometime proper Kadence Slider that has been assigned. Not able to pin point the issue.

    Thanks,
    Ari.

    In forum: Virtue Theme

    In reply to: Sticky Header issue

    #80192

    Did you clear your browser cache in firefox?

    Ben

    #80158

    Everything on the page code looks fine I would suggest re-submitting your sitemap so google clears it cache of your site.

    Ben

    #80144

    Hey Francis,
    If you are removing the title from the widget title box (Appearance > Widgets) it shouldn’t be appearing. Make sure your cache is cleared.
    If it still shows you can always remove with css like this:

    .sidebar .widget-first h3 {
        display: none;
    }

    Hannah

    #80040

    Hi Elaine,
    Are you using different plugins on one than the other? It may do you really good to use a caching plugin. We love W3 Rocket and WP Total Cache. Also compressing images can make a huge difference in load times.

    Hannah

    #79978

    Hey Virtue peeps.

    So a few days ago, i tried to start using the Home Mobile Slider for a couple of images at the top of the page. However, each time i added a new picture, it wouldn’t register on the page, and only one would show up. So I ended up deleting all the images and just turning the function off on mobile.

    However, today I check my site on mobile, and the slider is still there. Excpt the formatting is completely screwed.You can see teh screen shot here.

    I’ve double checked. The function is turned off, and there were no photos left there. the site and the theme is up to date. Not sure what I should be doing to solve this issue.

    My website is:

    But this only happens only on mobile. I’ve cleared cache, but no change.

    Originally, I had the option set to ‘off’, so no slider ever appeared on mobile. Then i wanted to test how it would look with a few images, so turned on and added two. But the formatting was all wrong (one of the two images missing, words wrong size) so i just turned it off.

    But even after turning off and deleting the mobile version photos, the slider remains, and so does one of the photos.

    I also tried turning off the main homepage slider (desktop version) which made the desktop version disappear, but the mobile glitch still stayed.

    If any thoughts or suggestions, any feedback welcome.

    #79972

    Hi

    I am having the same issue here :
    I have cleared the cache and it didn’t make a difference. help. The site is supposed to be online for Monday morning : (

    Nathalie

    In forum: Virtue Theme

    In reply to: Sticky Header issue

    #79960

    I have clear minify cache, Ben. But it doesn’t work,,,

    Danny

Viewing 20 results - 4,081 through 4,100 (of 5,558 total)