Home >
Programming, Servers & Scripts >
Hosting, Servers & Security
how to install parcel bundlr (8)
02-15-2021 12:12 AM
#1
dseopro1000 (Member)
how to install parcel bundlr
hi i want to install parcel bundler for unused css and javascript but not able to install,
02-15-2021 01:20 AM
#2
jeremie (Moderator)
What are you trying to achieve with Parcel? It is a file bundler that makes sense for complex projects. But for affiliate landers, you don't need it.
02-15-2021 07:17 AM
#3
dseopro1000 (Member)
Because I saw thisvideo on you tube https://youtu.be/DX7McYRGJ8o for unused css for landing page speed
02-15-2021 08:54 AM
#4
jeremie (Moderator)
You don't need to install anything to detect unused CSS / JS code. You can use the Coverage tool of Chrome Dev Tools
https://developers.google.com/web/to...tools/coverage
02-15-2021 12:03 PM
#5
jdreso (Member)

Originally Posted by
dseopro1000
So this video is assuming that you have experience with Javascript & NodeJS. NodeJS is required to install Parcel or any other bundler such as Webpack or Rollup. However, you're going to need javascript experience to configure these bundlers. I think they are very useful for automating your asset pipelines but it requires an investment in learning the language and the programs themselves. The decision as to whether the time investment is worth it is one you'll have to make for yourself though.
02-15-2021 01:38 PM
#6
dseopro1000 (Member)
Thanks @jeremie ,jdreso
i used the coverage and found unsued css but when i remove unused css from landing page, my landing page does not work as before in a lot of case
02-15-2021 10:36 PM
#7
jeremie (Moderator)

Originally Posted by
dseopro1000
i used the coverage and found unsued css but when i remove unused css from landing page, my landing page does not work as before in a lot of case
That's because you clean too much. You have to check the page in all configs (desktop / mobile / tablet) and go through all steps of the process to check when CSS is used or not.
But...
Don't bother cleaning CSS, it is a waste of time. If you scrapped a page from a spy tool, it is already ok. Removing a few kilobytes of CSS is not going to really have any impact on your page load. Rendering 20kb instead of 40kb may save a few microseconds...
From your recent posts, I would say that you are way too focused on the technical aspects of the landings, and not enough on the creative part (finding angles, creatives) => spending 2 hours on brainstorming new angles or creatives for an offer is going to be worth 100x that time spent on cleaning CSS.
02-16-2021 11:43 AM
#8
matuloo (Legendary Moderator)
You might want to pay someone to clean and tweak a lander, or a few, for you and then check the changes they made. This should work faster than trying to learn how to do it from scratch and it's not expensive at all.
One of STM members is offering this as a service, for example: https://stmforum.com/forum/showthrea...Service-(BETA)
Home >
Programming, Servers & Scripts >
Hosting, Servers & Security