Re: Custom font on Cloudflare error page Programming Web Development by JackRyan248 … like this before? It sounds like there might be an issue with how Cloudflare is handling the font conversion or loading…; checking the CSS or cache settings might help resolve the issue Re: Custom font on Cloudflare error page Programming Web Development by Dani Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it? Re: Coin Flip (Python Newbie) Programming Software Development by jassonadder … there, just a couple of small fixes needed. The main issue is that you're using the variable timesflipped in your… Re: Page Crawling Issue Digital Media Digital Marketing by jonathannweyer If SEMRush is only crawling a few pages, it might be due to the crawl settings or limits in your SEMRush account. Check if there are any crawl restrictions set up and make sure your robots.txt file isn’t blocking any important pages. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Reverend Jim >Yes , that is still an issue... Many years back a neighbour was taking an evening course … Re: Differential Directory, indexing method Programming Software Development by xrjf I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference. Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 … doesn’t even appear, it could be an HTML/CSS issue, or the file isn’t loading. Make sure the app… Re: Why my created link is not updating as a backlinks? Digital Media Digital Marketing Search Engine Strategies by emmasmithes … agency in Los Angeles, but I’m facing the same issue. Even after creating a good number of links, they’re… Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, this issue sounds like a file association problem. Your URL shortcuts on … Re: Cannot run exe from asp.net Programming Web Development by lennyli … doesn’t even appear, it could be an HTML/CSS issue, or the file isn’t loading. > > Make sure… Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior. Re: Google Search Console -> Page indexing Digital Media Digital Marketing Search Engine Strategies by ashleydent4u It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section … Re: Page Crawling Issue Digital Media Digital Marketing by naps2 If you are encountering a page crawling issue, you should check your robots.txt file to ensure that important pages are not blocked. You should also check Google Search Console for crawl errors or indexing issues. Re: Page Crawling Issue Digital Media Digital Marketing by Olu_610 I have encountered similar issue. SEMrush appears to focus on crawling only the most prestigious pages because it operates on a 500-page limit. Using the SEMrush API alongside adjusting crawl settings will help raise the crawl depth. Re: Page Crawling Issue Digital Media Digital Marketing by ashleydent4u … too low, it won’t scan all your pages. Another issue could be your website’s server response time; slow-loading… 500 Internal Server Error: Need to Hire Developers in USA Programming by YashSmith … despite the server running fine. No clear logs indicate the issue. The backend is in Node.js with Express.js. app…', async (req, res) => { let data = await processData(); // Possible async issue? res.send(data); }); Could it be an async error or… Editor crashes browser Community Center Meta DaniWeb by Dani … browser on my Android phone. > > I guess the issue is only picked up by Chrome. I know chrome does… McCharts - ArkTS Programming Software Development by 杨_659 …, and other functions that will also be planned. In this issue, we will first implement the above basic functions, and then… Database Connection Failing in MySQL – Need to Hire Developers in the USA Programming by YashSmith …): Access denied for user 'admin'@'localhost' Is it a privilege issue, host misconfiguration, or MySQL version mismatch? Seeking expert developers in… Segmentation Fault in C++ Program – Need Debugging Programming Software Development by YashSmith … index return 0; } How can I prevent this memory access issue? Page Speed Issue Digital Media Digital Marketing by MasoodDidThat **Is it true that a java website faces much more page speed and core web vitals issues as compared to a wordpress website? ** I have seen many wordpress websites doing nothing on technical seo issues but having very good page speed whereas my website is a java website and i am struggling to fix my core web vitals. Re: Page Speed Issue Digital Media Digital Marketing by rproffitt Can you substantiate such a claim? It's been over a decade but we deployed a Tomcat server to do vehicle tracking and didn't have any speed issues. Then again we didn't bother with Google's pagespeed testing. The site was just fine. Re: Page Speed Issue Digital Media Digital Marketing by Dani I think you might be confusing Java with Javascript. Is your website built with Javascript technologies such as Node.js? Re: Page Speed Issue Digital Media Digital Marketing by Dani I understand that's what *you* deployed, rproffitt. My question was directed to Masood. Re: Page Speed Issue Digital Media Digital Marketing by Dani > This system doesn't allow replies in the way that Reddit and such do. Odd, but you own this. DaniWeb was started back in 2002 at a time when flat forums were far more popular than threaded forums. Threaded discussions were more closely associated with bulletin board systems and Usenet back then. Even though DaniWeb actually began as a … Re: Page Speed Issue Digital Media Digital Marketing by Dani I think I'll add that, when it comes to core web vitals, the most important thing to do is ensure you have fast running javascript, stylesheets, images, etc. It doesn't really matter what language is on the backend as long as it's coded efficiently to be fast loading. You might also wish to use a performance CDN such as Cloudflare or Fastly to … Re: Page Speed Issue Digital Media Digital Marketing by Olu_610 Java-based websites are known to be difficult for speed optimization because they contain certain technical stacks. But with caching and image compression, java website can generate page speeds which are equivalent to those of WordPress websites. Re: Page Crawling Issue Digital Media Digital Marketing by MasoodDidThat > Found the solution I tried a method where I went to the Site Audit settings on Semrush, uploaded a .txt file containing all the URLs I wanted to get indexed, and then re-ran the campaign. It worked. Re: Page Speed Issue Digital Media Digital Marketing by Dani The OP was confused. He meant JavaScript, not Java. Re: Page Speed Issue Digital Media Digital Marketing by bngwebguru ​Optimizing JavaScript performance is a key factor in improving Core Web Vitals. Efficient coding practices, minimizing render-blocking resources, and utilizing CDNs like Cloudflare or Fastly can significantly improve page speed, regardless of backend technology. ​