473,588 Members | 2,474 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WebPrecompiler v1.0 - Automatically hit every page on your site

I saw a lot of requests for a program like this, so I wrote it. Yeah,
my site has "PSP software by Auri" but in this case it means "Pretty
Sweet Programming" :) There's both a VS2005 add-in and a standalone app
(separate downloads, you don't need both). This is my second developer
utility this year - my first being the Lorem Ipsum generator from a few
weeks back.

Download and get more info on WebPrecompiler at
http://hackingpsp.com/webprecompiler.aspx

Enjoy!

-Auri Rahimzadeh
Author, Hacking the PSP

What Is WebPrecompiler?
When you release an ASP, ASP.NET, JSP (and yes, other dynamic CGI)
site, the first time loading a page takes a moment while the server
executes and caches the page or application. This can translate to a
perception of slow performance. In addition, there's a tangible
benefit to hitting HTML files in IIS and many other web servers - the
HTML files are loaded into memory and served from there instead of the
hard drive or other storage medium. It's much, much faster to
retrieve data from RAM than the hard drive, so it pays to have every
application and every HTML file cached when you deploy a site. The
problem is, there are many, many files on a standard web site, and
it's quite laborious to hit all of them.

Enter WebPrecompiler. Give it the path to your web site, and give it
the URL, then tell it what files to hit (ASPX, ASP, JSP, and HTML), and
it will scan the folder for all the files and then hit every page on
that site, triggering your web server to compile and/or cache all the
files users hit on your site. WebPrecompiler also lets you save sites
you commonly need to deploy, so you don't have to enter their data
all the time. To make things even more convenient, WebPrecompiler comes
in two versions: one that runs directly inside of Visual Studio 2005,
and a standalone application that can be run on any PC running Windows
98SE or higher.

Is WebPrecompiler free?
Yeah, sort of. It's free to download and use. I wrote this tool
because I needed it, and I saw a lot of posts where others needed it,
too. But I'm also an author, and I try to make a living in software
development and books. So if you like WebPrecompiler, and you want to
help me out, buy my books, and recommend them to friends. As of the
writing of this Read Me, my current books are Hacking the PSP
(www.hackingpsp.com) and Geek My Ride (www.geekmyride.net).

Scanning a Site
To scan a site, simply enter the full path to the parent directory of
the web site and enter the URL to the web site. So, if your files are
on a server at \\web-server\www\site .com and your URL is
http://www.site.com, you would enter those values into the appropriate
boxes. You would then check the boxes for the file types you want to
scan for, and click Do It to begin the scan. The Site Name field is not
required - it is used for naming the site you're pre-compiling when
saving it for later use.

NOTE: When you scan a site, there may be a slight delay while the
system scans the files. The add-in has not crashed - it's just
scanning. :)

Saving Sites
If you need to scan the same site often, you can save your settings for
later use. Simply add the file path, file URL, and a Site Name that
will make it easy for you to remember the site, and click the Save
button. To use the site again, simply double-click it.

Removing Sites
To remove a saved site, select it in the list and press the minus
symbol on the bottom right of the Favorites list.

Support and Suggestions
I will do my best to help you with WebPrecompiler. There are many
different environments out there, and I'm sure there are features you
want (say, ASMX files, and the ability to pre-compile secured sites). I
plan on adding new features, but I'm putting this 1.0 version out so
you can give me suggestions.

For support and suggestions, please visit my web site and drop me a
note there: www.hackingpsp.com/contact.aspx.

Apr 12 '06 #1
0 1566

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
12717
by: ajay | last post by:
How to make a web page getting refreshed after a given time interval automatically. HTML Code plz. Tx Ajay
2
1164
by: casualpipesmoker | last post by:
Hi, I'd like to know how you would include updated blog posts in html? I assume it uses an RSS feed of some sort... but what kind of code is needed to automatically retrieve the updates from other sites and include them on one single web page? (For instance, I want to "include" someone else's web content on my page as "here's the latest from so and so:" and then you could read whatever is retrieved from that URL.)
5
3739
by: Sami | last post by:
Please bear with me, and if you answer this question, please do it step by step. I am new at Access, not at all sophisticated. I am using Office XP. This will need to be read in Access for Office 2000. I am creating a database to track student athletes. I have created the following tables. The table title is to the far left, with fields under each. The common field will be the StudentID field, which is their student number assigned...
5
1411
by: Q. John Chen | last post by:
I redirect my user to the UPS tracking page. That's simple. What I want to do are: 1. I have my user's tracking number and I want to automatically enter the tracking number for the user. (At least I have to do this so user don't have to remember the number and type). 2. Automatically click track button. Any advise?
1
1328
by: HackingPSP | last post by:
I saw a lot of requests for a program like this, so I wrote it. Yeah, my site has "PSP software by Auri" but in this case it means "Pretty Sweet Programming" :) There's both a VS2005 add-in and a standalone app (separate downloads, you don't need both). This is my second developer utility this year - my first being the Lorem Ipsum generator from a few weeks back. Download and get more info on WebPrecompiler at...
20
4250
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site is structured as an upside-down tree, and (if I remember correctly) never more than 4 levels. The site basically grew (like the creeping black blob) ... all the pages were created in Notepad over the last
7
3123
by: Ross Culver | last post by:
I need to ensure that session variables are removed whenever someone leaves my web site. My understanding is that this should be happening automatically with the session mode set to InProc. But it's not. Every machine I'm testing this on does the same thing, but then again, everyone is using Internet Explorer 7.0 with multiple tabs active. Also, this problem just popped up, probably due to a change I've made, but I don't have a clue...
4
1768
by: itcassy | last post by:
I would like to pull a random or alphabetical result on the home page of a site and leave that same result on there for one week. The closest example I have found online is Random Quote Version 3.1 which pulls from a text file rather than the database. I cannot mod it to pull from my db and also it relies on cookies, so I would assume it would pull a different random item for each computer and then keep that item on the page for whatever...
5
2569
by: camilin87 | last post by:
hello. I'm building a site using php I have a setup.php page wich has at the begining session_start(); and every single page from my site includes setup.php. When a user registers I save in $_SESSION the userName, so that when ! isset($_SESSION) I can redirect him to the login.php page. After some inactivityperiod, e.g. 20 min, I need that user to be automatically logged off. Besides I need to keep track of the users that are online in...
0
7929
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7987
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8223
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5729
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5398
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3847
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3887
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1196
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.