Tony’s Acoustic Challenge – The New Way to Learn Guitar › Family Forums › Community Support › Site Speed Update
-
Site Speed Update
Posted by Tony Polecastro on January 8, 2026 at 1:23 pmHey TAC fam!!!
I wanted to drop in and apologize for the recent site slowness. The influx of new members and heavy site use has created a situation in which the site response is slow… and very frustrating (for you, and us here at TAC HQ). We even made some proactive moves this year to combat this… that didn’t go as smoothly as hoped.
There is a silver lining though. The increased member count and site usage has allowed us to discover and clearly define some tech hurdles that are now being addressed.
I want to make sure you all know that we are well-aware of the site’s speed and response time. Between TAC HQ as well as our developers the site is monitored 24/7. Given that, and in an effort to clear customer support traffic jams, please try and refrain from emailing support about site speed while we “untangle our wires” (my version of what the developers told me… they use far bigger and scarier words like codebase, servers, etc.)
I certainly wish that we could just press the “fix it” button and things would return to Speedy Gonzalez mode, but it’s a bit more delicate than that. To avoid things going extra wonky, they have to make sure that what they are tweaking and tuning is going to move us toward the end goal rather than point us in the wrong direction, and that does take time.
So again from all of us here at TAC HQ thank you kindly for your patience and again our sincere apologies about the recent speed fluctuations you are experiencing.
Also note: I attempted to post this in the thread that existed already, but I do believe I clicked on something that locked it… I tried to unlock it and then it disappeared along with my initial update… but that one didn’t reference speedy gonzalez so I think it was meant to be.
Thanks for being a part of the TAC Fam! Here’s to the New Year and the progress and fun it will bring.
Cheers,
Tony
danalsimongmail-com replied 2 weeks, 3 days ago 17 Members · 25 Replies -
25 Replies
-
Thanks for the update Tony, it means a lot to hear you give us assurance! I sure appreciate TAC, it’s the best learning site I have even known and when I say that I am not just talking about music coaching sites, I mean all learning sites that I have ever been a part of (the list is long, believe me!)
-
Real life is full of constant irritations. Being older I usually let the irritations slide by the wayside. Love what you do and what you have nursed and built over the years. A few hiccups are expected. Life isn’t a box of chocolates. Sometimes sand gets mixed in. Keep on chugglin.
Now, if you would add a couple of new songs a year…
-
These are happy troubles, aren’t they! Growing pains are called that for a reason. The lag time isn’t off-putting, but occasionally words or phrases are missing or muddled. That said the context of the lesson makes plain what’s not fully heard.
All in all, Tony, this is wonderful.
-
I have never had this experience you are describing @Stephen_B
Could you name or describe the module where these things have occurred?
-
-
Tony wasn’t kidding about the “influx of new members” that he mentioned to start off this thread. I started paging through new members just to get a feel for how many, I went back 30 pages (that makes 600 members) and I still was on Joined Jan 2026.
Since it takes a while to load a page, and you can’t skip I stopped there. Who knows, there might be over a thousand who have joined in the past 2 weeks.
-
Ah, this makes total sense! Glad to hear the website is so successful. I have a question, but I won’t ask it here as it doesn’t relate. I’ll start a new question for the community. Thank you Tony, this website means the world to me.
-
Tony,
Been about about a month since your post and still seeing slowness in page transitons. How are you progressing in addressing the issue?
Thanks!
Brad
-
Hi Tony, if your tuned in could you please give us an update?
-
I have noticed improved speed the last couple of weeks so whatever you all are doing seems to have helped. Keep up the good work.
-
It seems up and down to me, generally it might be slightly more responsive than a month ago, put still not consistently good. I work in many other sites that are snappy on my computer, so I see the contrast when I come back to TAC. This also clearly shows that it’s a server side issue.
-
-
And here I thought it was my wifi! A good problem to have. I remember dial up so I’m used to waiting!
-
I have not seen any change or improvement to the site speed. Everything still takes about a minute or longer to load – the forums, the lessons, the profile – everything. I don’t see any change in the performance of the site. I’ve been a daily user (well almost daily) since October 2022 and the site is just as slow as it was back then.
It’s a testament to how good the content is that we all keep coming here in spite of how painful this site is to navigate.
Quick math check: if Tony has ~10,000 subscribers paying maybe an average of $10/mo that’s $100,000/mo (conservatively) that the site is pulling in for content that’s already created and just recycled every year. Tony’s not making any new content other than commercials (at least I haven’t seen any in 3+ years of being here). So ~$1.2M/year and no new production costs. They are just paying for the hosting and streaming. Seems like there should be plenty of $$ to improve the site performance.
I guess if people are still paying, why bother?
-
This reply was modified 1 month, 2 weeks ago by
DiscostewLA.
-
Thank you @DiscostewLA for all your inspirational content!
I do hope they can get the pages to load quicker, I’m not seeing 1 min delays (more like 10 to 20 seconds which is horrendous, not to minimize that!). It’s better occasionally but then always reverts to suckage. @Tpolecastro where are you?
Most of the internet content creators know how to set up a website, why is TAC this way? I come on here mainly to help others and not so much for myself anymore. I’m starting to lose interest though. It just doesn’t seem to liven up, and it saddens me. I came here looking for a community feel, but with this backbone I’m not seeing it happening.
-
This reply was modified 1 month, 2 weeks ago by
-
Hey Tony, I asked ClaudeAI why the site is slow and this is what it said – maybe send this to your developers?
I’ll take a look at the site to help diagnose performance issues.Now let me check the page source more carefully for scripts, stylesheets, and other resource-heavy elements:Based on my analysis of the site and available performance data, here are the key reasons tonypolecastro.com loads slowly:
1. Massive Page Size (~4.9 MB)
The total page size is about 4.9 MB, which falls beyond the top 1M of websites and identifies a large, unoptimized page that may take ages to load.
2. Images Are the #1 Culprit (~3.8 MB)
Images account for roughly 3.8 MB — the majority of the site’s total weight. Looking at the page, I can see dozens of images: testimonial photos, screenshots, logos, comparison charts, and decorative graphics. Many appear to be uncompressed PNGs (like
Why-TAC-is-different6.png,TAC-Dashboard-1.jpg,Tony-Polecastro-Acoustic-Challenge.jpg, etc.). Key fixes:- Convert images to WebP or AVIF format (50-80% smaller)
- Implement lazy loading (
loading="lazy") so offscreen images don’t load upfront - Serve responsive images with
srcsetso mobile users don’t download desktop-sized files - Compress all images properly
3. Way Too Many CSS and JS Files
The site loads 103 JavaScript files and 54 CSS files, which could be merged into far fewer to reduce asset requests and speed up load time. Each file is a separate HTTP request, and they block page rendering. This is a classic WordPress problem — every plugin adds its own scripts and styles. Fixes:
- Combine and minify CSS/JS files using a plugin like WP Rocket, Autoptimize, or LiteSpeed Cache
- Defer non-critical JavaScript so it doesn’t block the initial page render
- Audit plugins and remove any that aren’t essential
4. No GZIP Compression
The site content is not compressed with GZIP, which could save approximately 248 KB (81% of the original HTML size). This is an easy server-side fix.
5. Embedded Videos and Heavy Third-Party Scripts
The page loads video embeds, a cookie consent manager (Complianz), community/forum features, and likely tracking scripts. Each of these adds weight and blocks rendering. Consider:
- Using facade/placeholder images for videos that only load the player on click
- Deferring cookie consent and analytics scripts
Quick Win Action Plan (Priority Order)
- Install a caching plugin (WP Rocket or LiteSpeed Cache) — this alone can fix issues 3 and 4 automatically
- Optimize images — use ShortPixel or Imagify plugin to bulk compress and convert to WebP
- Enable lazy loading for all images below the fold
- Audit plugins — deactivate any you don’t need; each one likely adds JS/CSS files
- Enable GZIP/Brotli compression on your hosting server
- Use a CDN (Cloudflare free tier works well) to serve assets faster globally
These changes together could likely cut load time by 60-80%. The image optimization and caching plugin alone would make a dramatic difference.
-
Hey TAC Family!!! Per the request of @petelanger amongst other TAC family members concerned about site speed, I wanted to add an update and some context, as well as address some of the theories(?) that have been developing here on this forum post.
1.) Site speed: Site speed has improved… is it ideal at this point? No it’s not. Is it heading in the right direction? Absolutely. As mentioned before, I’d love to just find the speed switch and turn it on, but it’s a bit more delicate than that. TAC tracks metrics that matter to progress (i.e. log ins, streaks, total sessions etc.) we have had issues with the accuracy of these numbers before and have straightened them out… when I say things are delicate in terms of getting the site faster I want to be sure we don’t go backwards here. These numbers and metrics are important to members, and understandably so, as they are tied to their progress, proof of playing, and investment in their passion.
2.) The outlook: Our development team is continuing to work on the speed. While I don’t understand all the tech jargon (I focus on playing and teaching guitar, not coding or programming), what I know is that there are some overactive security measures that slog things down (my words not the developers). Meaning that scripts are run many multiples of times as opposed to just the necessary amount. (Again my words not the developers). Finding the trigger point of this issue takes time.
3.) Thank you: I appreciate the feedback you all offer here and the want to help make things better. The fact that you all care so much means a lot to me, Everyone at TAC HQ, as well as all the members of the TAC family. So in short, Thank you 🙂
4.) Guidelines: I want to be sure to keep these posts informational as opposed to speculative. Making estimates of how much it costs to increase site speed, what it would take to fix the site speed, or even how much revenue or profit TAC has to address this issue doesn’t really help matters. We have a development team, they are a top tier organization specializing in our platform and the custom site attributes we use, they have found the root cause of multiple issues in the past, and do so as fast as they can while keeping site integrity at the top of their priority list. They notify TAC HQ nearly daily about progress and next steps. They monitor the site on a constant and consistent basis and I/we at TAC HQ have nothing but trust that they are doing all of the necessary things to quickly fix any issues that they come across.
I created this forum thread to keep an open line of communication regarding site speed, and I want to make sure that it stays in line with offering that benefit while upholding the values and guidelines of the TAC community and forums. Any post in violation of the community guidelines will be removed to keep this, and all, forums a source of beneficial and supportive information.
I will be sure to relay any news or developments I get that are pertinent to this issue.
Again on behalf of myself and everyone at TAC HQ thank you for being a part of the family.
-
@Tpolecastro since I was named in your post I want to proclaim once again that I believe TAC, despite having a few warts, is the best learning site I have ever been involved with! This is not exclusively a comparison to other guitar or music training sites either. I mean online training of all kinds: software, business, self improvement the full spectrum. I’m 66 and worked in IT from 1997 until 2017 and worked in technology for most of my life. I don’t know the number of courses that I ever took and/or administrated, but I’m sure it’s in 3 figures.
None have ever drawn me in the way TAC does! Most courses rely solely on the discipline of the student to return to study regularly. TAC has a magnetism that is unparalleled! I highly doubt that I would be a guitar player today if I hadn’t found this site in July of 2024. Thanks for creating this amazing platform
-
@Tpolecastro I just wanted to give you feedback on the Site Speed after 6 weeks of this announcement. Tony, it’s still very, very slow and definitely impedes learning and especially interacting with others on the site. There have been moments when it’s been slightly better but I have to say overall it’s not good. Sometimes it takes 20 or 30 seconds for a page to render. I haven’t seen this anywhere else in the last decade and generally not since the early 2000’s when I was on a dial up connection (woohoo 28.8 kbps!). In addition not being able to post more than once a day under daily challenges has now discouraged me from commenting there at all. Yes, there’s a workaround to make more than an single post but with the site speed what it is, I’ve given up.
-
-
Thank you Tony for the site updates….also, I know this is minor compare to everything the site is going through, but is there a glitch going on with the “Current Day Streak”? It seems on my account everytime I reach “9” on the Day Streak, the next day it resets back to “1”? Not sure why this is happening. Anyway, thank you for keeping us updated on the progress of the site. This is my third year with TAC and loving it.
-
This reply was modified 1 month, 1 week ago by
TerriG.
-
I’ve had only one glitch with the counter. At 49 playing sessions ( I just started before Christmas ), it decided to stop for a day and not count Day 50. It also stopped my consecutive day streak at 44. I figure it’s too much trouble to get them to fix it and I’ll just move forward and not pay too much attention to the counter.
-
This reply was modified 1 month, 1 week ago by
-
Thank you for the update. The slow speed actually helped me to install a rock solid warming up routine. The waiting time was not wasted but turned into something very valuable to me. I hope I will be able to keep up the routine, when the anchor moment (waiting time) will be missing in the future. And a second thought: I definitly don´t want to start a political discussion. But I want to mention that propably most TAC menbers, me included, live in fortunate circumstances. When I watch the news and see all the crazy stuff happening in other parts of the world, most of my concerns and “problems”, like a slow website, are put into perspective and become very trivial.
Log in to reply.
